Tor
0.4.7.0-alpha-dev
|
Data Fields | |
uint32_t | magic |
unsigned | timed: 1 |
struct timeval | started_at |
create_cell_t | create_cell |
A request sent to a cpuworker.
Definition at line 117 of file cpuworker.c.
create_cell_t create_cell |
A create cell for the cpuworker to process.
Definition at line 127 of file cpuworker.c.
Referenced by cpuworker_onion_handshake_threadfn().
uint32_t magic |
Magic number; must be CPUWORKER_REQUEST_MAGIC.
Definition at line 119 of file cpuworker.c.
Referenced by cpuworker_onion_handshake_threadfn().
struct timeval started_at |
If we're timing this request, when was it sent to the cpuworker?
Definition at line 122 of file cpuworker.c.
Referenced by cpuworker_onion_handshake_threadfn().
unsigned timed |
Flag: Are we timing this request?
Definition at line 122 of file cpuworker.c.
Referenced by cpuworker_onion_handshake_threadfn().