Tor  0.4.7.0-alpha-dev
Data Fields
cpuworker_request_t Struct Reference

Data Fields

uint32_t magic
 
unsigned timed: 1
 
struct timeval started_at
 
create_cell_t create_cell
 

Detailed Description

A request sent to a cpuworker.

Definition at line 117 of file cpuworker.c.

Field Documentation

◆ create_cell

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().

◆ magic

uint32_t magic

Magic number; must be CPUWORKER_REQUEST_MAGIC.

Definition at line 119 of file cpuworker.c.

Referenced by cpuworker_onion_handshake_threadfn().

◆ started_at

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().

◆ timed

unsigned timed

Flag: Are we timing this request?

Definition at line 122 of file cpuworker.c.

Referenced by cpuworker_onion_handshake_threadfn().


The documentation for this struct was generated from the following file: