diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat_libevent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/compat_libevent.h b/src/common/compat_libevent.h index d9ccf1aabf..33da4fe782 100644 --- a/src/common/compat_libevent.h +++ b/src/common/compat_libevent.h @@ -34,8 +34,6 @@ void periodic_timer_free(periodic_timer_t *); /** Defines a configuration for using libevent with Tor: passed as an argument * to tor_libevent_initialize() to describe how we want to set up. */ typedef struct tor_libevent_cfg { - /** Flag: if true, disable IOCP (assuming that it could be enabled). */ - int disable_iocp; /** How many CPUs should we use (relevant only with IOCP). */ int num_cpus; /** How many milliseconds should we allow between updating bandwidth limits? |