diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2013-02-06 14:37:38 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2013-05-16 14:17:21 +0200 |
commit | c386d2d6ce4c4f58163acb385c7a5de1da8c5e30 (patch) | |
tree | 631d245c66f4bc449784b359beff533386bf4dd0 /src/or/main.c | |
parent | 8d1f78c556abb570bb80ea84261c954d9746cf33 (diff) | |
download | tor-c386d2d6ce4c4f58163acb385c7a5de1da8c5e30.tar tor-c386d2d6ce4c4f58163acb385c7a5de1da8c5e30.tar.gz |
Add new CELL_STATS event.
Jointly authored with Rob Jansen <jansen@cs.umn.edu>.
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index c145f9dfd..ae6054830 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1641,6 +1641,7 @@ second_elapsed_callback(periodic_timer_t *timer, void *arg) control_event_bandwidth_used((uint32_t)bytes_read,(uint32_t)bytes_written); control_event_stream_bandwidth_used(); control_event_conn_bandwidth_used(); + control_event_circuit_cell_stats(); if (server_mode(options) && !net_is_disabled() && |