diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-08-17 14:44:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-08-17 14:44:16 -0400 |
commit | 52e36feda153e70cd08d624df73035b7e59a95ef (patch) | |
tree | d17dcb723409e64fc3b1e0ae91c04e33763daff8 /changes | |
parent | d2cd67c83fff5097d214c8c86169054a5558b902 (diff) | |
download | tor-52e36feda153e70cd08d624df73035b7e59a95ef.tar.gz tor-52e36feda153e70cd08d624df73035b7e59a95ef.zip |
Call evthread_use_windows_threads when running with IOCP on windows
Diffstat (limited to 'changes')
-rw-r--r-- | changes/le-win-threads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/le-win-threads b/changes/le-win-threads new file mode 100644 index 0000000000..5be44a2b55 --- /dev/null +++ b/changes/le-win-threads @@ -0,0 +1,3 @@ + o Major bugfixes (IOCP): + - When using IOCP on windows, we need to enable Libevent windows threading + support. Bugfix on 0.2.3.1-alpha. |