mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Add comment for circuitmux_notify_xmit_cells() in circuitmux.c
This commit is contained in:
parent
741bc97b24
commit
c4e5e4727d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user