tor  master
Data Fields
cpuworker_request_t Struct Reference
Collaboration diagram for cpuworker_request_t:
Collaboration graph
[legend]

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.

Field Documentation

◆ create_cell

create_cell_t create_cell

A create cell for the cpuworker to process.

◆ magic

uint32_t magic

Magic number; must be CPUWORKER_REQUEST_MAGIC.

◆ started_at

struct timeval started_at

If we're timing this request, when was it sent to the cpuworker?

◆ timed

unsigned timed

Flag: Are we timing this request?


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