Forráskód Böngészése

Add comment for circuitmux_notify_xmit_cells() in circuitmux.c

Andrea Shepard 11 éve
szülő
commit
c4e5e4727d
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      src/or/circuitmux.c

+ 5 - 0
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 that cells have been transmitted.
  */
  */
 
 
+/**
+ * Notify the circuitmux that cells have been sent on a circuit; this
+ * is called from channel.c.
+ */
+
 void
 void
 circuitmux_notify_xmit_cells(circuitmux_t *cmux, circuit_t *circ,
 circuitmux_notify_xmit_cells(circuitmux_t *cmux, circuit_t *circ,
                              unsigned int n_cells)
                              unsigned int n_cells)