mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Add comment for circuitmux_notify_xmit_cells() in circuitmux.c
This commit is contained in:
parent
741bc97b24
commit
c4e5e4727d
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue