Tor 0.4.9.2-alpha-dev
|
Data Fields | |
uint32_t | magic |
unsigned | timed: 1 |
struct timeval | started_at |
create_cell_t | create_cell |
circuit_params_t | circ_ns_params |
A request sent to a cpuworker.
Definition at line 170 of file cpuworker.c.
circuit_params_t circ_ns_params |
A copy of this relay's consensus params that are relevant to the circuit, for use in negotiation.
Definition at line 185 of file cpuworker.c.
Referenced by cpuworker_onion_handshake_threadfn().
create_cell_t create_cell |
A create cell for the cpuworker to process.
Definition at line 180 of file cpuworker.c.
Referenced by cpuworker_onion_handshake_threadfn().
uint32_t magic |
Magic number; must be CPUWORKER_REQUEST_MAGIC.
Definition at line 172 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 177 of file cpuworker.c.
Referenced by cpuworker_onion_handshake_threadfn().
unsigned timed |
Flag: Are we timing this request?
Definition at line 175 of file cpuworker.c.
Referenced by cpuworker_onion_handshake_threadfn().