diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-06-12 22:22:21 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-13 10:14:36 -0400 |
commit | 16f9861b22751bc90666fe1836b8cf740630447a (patch) | |
tree | 52e5b129875e416891003dd6a0ca1f887e6a2ae3 /src/or/channel.c | |
parent | 43d53e6d86acaf7555c31730a8230fa0cdf31306 (diff) | |
download | tor-16f9861b22751bc90666fe1836b8cf740630447a.tar.gz tor-16f9861b22751bc90666fe1836b8cf740630447a.zip |
Add destroy balance tracking and logging to circuitmux
Diffstat (limited to 'src/or/channel.c')
-rw-r--r-- | src/or/channel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/channel.c b/src/or/channel.c index e327bda518..33a32102ee 100644 --- a/src/or/channel.c +++ b/src/or/channel.c @@ -2652,7 +2652,6 @@ is_destroy_cell(channel_t *chan, return 0; } - /** * Send destroy cell on a channel * |