Преглед на файлове

Add comment for circuitmux_notify_xmit_cells() in circuitmux.c

Andrea Shepard преди 11 години
родител
ревизия
c4e5e4727d
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  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 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)