diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-08-18 15:08:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-08-18 15:16:05 -0400 |
commit | d3653063d30ee8174f6ec330124553c6717fbe9c (patch) | |
tree | 8b79ef5db5ab4b85cf5296f26836b21b7210db3e /src/common/compat_libevent.h | |
parent | 52e36feda153e70cd08d624df73035b7e59a95ef (diff) | |
download | tor-d3653063d30ee8174f6ec330124553c6717fbe9c.tar.gz tor-d3653063d30ee8174f6ec330124553c6717fbe9c.zip |
Automatically use filtering bufferevents with IOCP.
Diffstat (limited to 'src/common/compat_libevent.h')
-rw-r--r-- | src/common/compat_libevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat_libevent.h b/src/common/compat_libevent.h index 8669fd4e0b..bbe105bf40 100644 --- a/src/common/compat_libevent.h +++ b/src/common/compat_libevent.h @@ -73,6 +73,7 @@ const char *tor_libevent_get_version_str(void); #ifdef USE_BUFFEREVENTS #define TOR_LIBEVENT_TICKS_PER_SECOND 3 const struct timeval *tor_libevent_get_one_tick_timeout(void); +int tor_libevent_using_iocp_bufferevents(void); #endif #endif |