|
Tor 0.4.9.3-alpha-dev
|
#include <or.h>
Data Fields | |
| uint8_t | command |
| unsigned int | waiting_time:22 |
| unsigned int | removed:1 |
| unsigned int | exitward:1 |
Entry in the cell stats list of a circuit; used only if CELL_STATS events are enabled.
| uint8_t command |
cell command number.
Definition at line 924 of file or.h.
Referenced by channel_flush_from_first_active_circuit().
| unsigned int exitward |
0 for app-ward, 1 for exit-ward.
Definition at line 931 of file or.h.
Referenced by channel_flush_from_first_active_circuit().
| unsigned int removed |
0 for added to, 1 for removed from queue.
Definition at line 930 of file or.h.
Referenced by channel_flush_from_first_active_circuit().
| unsigned int waiting_time |
Waiting time in centiseconds if this event is for a removed cell, or 0 if this event is for adding a cell to the queue. 22 bits can store more than 11 hours, enough to assume that a circuit with this delay would long have been closed.
Definition at line 929 of file or.h.
Referenced by channel_flush_from_first_active_circuit().