aboutsummaryrefslogtreecommitdiff
path: root/src/or/channel.c
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2013-06-12 22:22:21 -0700
committerNick Mathewson <nickm@torproject.org>2013-06-13 10:14:36 -0400
commit16f9861b22751bc90666fe1836b8cf740630447a (patch)
tree52e5b129875e416891003dd6a0ca1f887e6a2ae3 /src/or/channel.c
parent43d53e6d86acaf7555c31730a8230fa0cdf31306 (diff)
downloadtor-16f9861b22751bc90666fe1836b8cf740630447a.tar
tor-16f9861b22751bc90666fe1836b8cf740630447a.tar.gz
Add destroy balance tracking and logging to circuitmux
Diffstat (limited to 'src/or/channel.c')
-rw-r--r--src/or/channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/channel.c b/src/or/channel.c
index e327bda51..33a32102e 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
*