#include <or.h>
Data Fields | |
struct insertion_time_elem_t * | next |
uint32_t | insertion_time |
unsigned | counter |
struct insertion_time_elem_t* insertion_time_elem_t::next [read] |
Next element in queue.
Referenced by cell_queue_append_packed_copy(), cell_queue_clear(), and connection_or_flush_from_first_active_circuit().
When were cells inserted (in 10 ms steps starting at 0:00 of the current day)?
Referenced by cell_queue_append_packed_copy(), and connection_or_flush_from_first_active_circuit().
unsigned insertion_time_elem_t::counter |
How many cells were inserted?
Referenced by cell_queue_append_packed_copy(), and connection_or_flush_from_first_active_circuit().