]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add comment for circuitmux_notify_xmit_cells() in circuitmux.c
authorAndrea Shepard <andrea@torproject.org>
Thu, 27 Sep 2012 22:17:48 +0000 (15:17 -0700)
committerAndrea Shepard <andrea@torproject.org>
Wed, 10 Oct 2012 07:44:46 +0000 (00:44 -0700)
src/or/circuitmux.c

index c01f38f59921554f0cf90a28b30661888b9c409f..824bf0b0ca40daed8cb36dd9024140f3c7b81db8 100644 (file)
@@ -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)