[tor-commits] [tor/master] Add comment for circuitmux_notify_xmit_cells() in circuitmux.c

andrea at torproject.org andrea at torproject.org
Thu Oct 11 02:05:23 UTC 2012


commit c4e5e4727ddcf639a3a50856f74f24f373262baf
Author: Andrea Shepard <andrea at torproject.org>
Date:   Thu Sep 27 15:17:48 2012 -0700

    Add comment for circuitmux_notify_xmit_cells() in circuitmux.c
---
 src/or/circuitmux.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/or/circuitmux.c b/src/or/circuitmux.c
index c01f38f..824bf0b 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)





More information about the tor-commits mailing list