mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Add comment for circuitmux_move_active_circ_to_tail() in circuitmux.c
This commit is contained in:
parent
aff77eb1a9
commit
741bc97b24
@ -155,6 +155,11 @@ circuitmux_prev_active_circ_p(circuitmux_t *cmux, circuit_t *circ);
|
|||||||
* Linked list helpers
|
* Linked list helpers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Move an active circuit to the tail of the cmux's active circuits list;
|
||||||
|
* used by circuitmux_notify_xmit_cells().
|
||||||
|
*/
|
||||||
|
|
||||||
static INLINE void
|
static INLINE void
|
||||||
circuitmux_move_active_circ_to_tail(circuitmux_t *cmux, circuit_t *circ,
|
circuitmux_move_active_circ_to_tail(circuitmux_t *cmux, circuit_t *circ,
|
||||||
cell_direction_t direction)
|
cell_direction_t direction)
|
||||||
|
Loading…
Reference in New Issue
Block a user