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/or/main.c | |
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/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 0a689ba77c..a48b482f5b 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1977,7 +1977,7 @@ systemd_watchdog_callback(periodic_timer_t *timer, void *arg) static periodic_timer_t *refill_timer = NULL; /** Libevent callback: invoked periodically to refill token buckets - * and count r/w bytes. It is only used when bufferevents are disabled. */ + * and count r/w bytes. */ static void refill_callback(periodic_timer_t *timer, void *arg) { |