Tor
0.4.7.0-alpha-dev
|
#include <cell_queue_st.h>
Public Member Functions | |
TOR_SIMPLEQ_HEAD (cell_simpleq_t, packed_cell_t) head | |
Data Fields | |
int | n |
A queue of cells on a circuit, waiting to be added to the or_connection_t's outbuf.
Definition at line 28 of file cell_queue_st.h.
TOR_SIMPLEQ_HEAD | ( | cell_simpleq_t | , |
packed_cell_t | |||
) |
Linked list of packed_cell_t
int n |
The number of cells in the queue.
Definition at line 31 of file cell_queue_st.h.
Referenced by cell_queue_append(), cell_queue_clear(), cell_queue_pop(), channel_flush_from_first_active_circuit(), circuit_resume_edge_reading_helper(), circuitmux_attach_circuit(), dump_cell_pool_usage(), and n_cells_in_circ_queues().