Tor
0.4.7.0-alpha-dev
|
#include <cell_queue_st.h>
Public Member Functions | |
TOR_SIMPLEQ_ENTRY (packed_cell_t) next | |
Data Fields | |
char | body [CELL_MAX_NETWORK_SIZE] |
uint32_t | inserted_timestamp |
A cell as packed for writing to the network.
Definition at line 18 of file cell_queue_st.h.
TOR_SIMPLEQ_ENTRY | ( | packed_cell_t | ) |
Next cell queued on this circuit.
char body[CELL_MAX_NETWORK_SIZE] |
Cell as packed for network.
Definition at line 21 of file cell_queue_st.h.
Referenced by cell_pack(), packed_cell_get_circid(), packed_cell_get_command(), and packed_cell_is_destroy().
uint32_t inserted_timestamp |
Time (in timestamp units) when this cell was inserted
Definition at line 22 of file cell_queue_st.h.
Referenced by cell_queue_append_packed_copy(), and circuit_max_queued_cell_age().