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/relay.h | |
parent | 8d1f78c556abb570bb80ea84261c954d9746cf33 (diff) | |
download | tor-c386d2d6ce4c4f58163acb385c7a5de1da8c5e30.tar.gz tor-c386d2d6ce4c4f58163acb385c7a5de1da8c5e30.zip |
Add new CELL_STATS event.
Jointly authored with Rob Jansen <jansen@cs.umn.edu>.
Diffstat (limited to 'src/or/relay.h')
-rw-r--r-- | src/or/relay.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/relay.h b/src/or/relay.h index 229fb4f737..e3b392ce7f 100644 --- a/src/or/relay.h +++ b/src/or/relay.h @@ -52,7 +52,8 @@ void packed_cell_free(packed_cell_t *cell); void cell_queue_clear(cell_queue_t *queue); void cell_queue_append(cell_queue_t *queue, packed_cell_t *cell); -void cell_queue_append_packed_copy(cell_queue_t *queue, const cell_t *cell, +void cell_queue_append_packed_copy(circuit_t *circ, cell_queue_t *queue, + int exit_ward, const cell_t *cell, int wide_circ_ids); void append_cell_to_circuit_queue(circuit_t *circ, channel_t *chan, |