From c4e5e4727ddcf639a3a50856f74f24f373262baf Mon Sep 17 00:00:00 2001 From: Andrea Shepard Date: Thu, 27 Sep 2012 15:17:48 -0700 Subject: [PATCH] Add comment for circuitmux_notify_xmit_cells() in circuitmux.c --- src/or/circuitmux.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/or/circuitmux.c b/src/or/circuitmux.c index c01f38f599..824bf0b0ca 100644 --- a/src/or/circuitmux.c +++ b/src/or/circuitmux.c @@ -1254,6 +1254,11 @@ circuitmux_set_num_cells(circuitmux_t *cmux, circuit_t *circ, * notify that cells have been transmitted. */ +/** + * Notify the circuitmux that cells have been sent on a circuit; this + * is called from channel.c. + */ + void circuitmux_notify_xmit_cells(circuitmux_t *cmux, circuit_t *circ, unsigned int n_cells)