diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-02 13:59:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-02 13:59:47 -0400 |
commit | 4d4ccc505b0c9639c68b42645d5a29497c48fe4d (patch) | |
tree | e4c12832ff423ac86ba16e39444b88ab5f648d1b /src/common/compat_libevent.h | |
parent | 46ef4487d3914cac1aba148ec58ff271bda3c636 (diff) | |
download | tor-4d4ccc505b0c9639c68b42645d5a29497c48fe4d.tar.gz tor-4d4ccc505b0c9639c68b42645d5a29497c48fe4d.zip |
Search for remaining references to 'bufferevent'.
Remove or adjust as appropriate.
Diffstat (limited to 'src/common/compat_libevent.h')
-rw-r--r-- | src/common/compat_libevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/compat_libevent.h b/src/common/compat_libevent.h index 33da4fe782..b1449b9c15 100644 --- a/src/common/compat_libevent.h +++ b/src/common/compat_libevent.h @@ -34,10 +34,10 @@ 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 { - /** How many CPUs should we use (relevant only with IOCP). */ + /** How many CPUs should we use (not currently useful). */ int num_cpus; /** How many milliseconds should we allow between updating bandwidth limits? - * (relevant only with bufferevents). */ + * (Not currently useful). */ int msec_per_tick; } tor_libevent_cfg; |