mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Add comment for circuitmux_move_active_circ_to_tail() in circuitmux.c
This commit is contained in:
parent
aff77eb1a9
commit
741bc97b24
1 changed files with 5 additions and 0 deletions
|
@ -155,6 +155,11 @@ circuitmux_prev_active_circ_p(circuitmux_t *cmux, circuit_t *circ);
|
|||
* 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
|
||||
circuitmux_move_active_circ_to_tail(circuitmux_t *cmux, circuit_t *circ,
|
||||
cell_direction_t direction)
|
||||
|
|
Loading…
Add table
Reference in a new issue