Tor 0.4.9.0-alpha-dev
Public Member Functions | Data Fields
packed_cell_t Struct Reference

#include <cell_queue_st.h>

Public Member Functions

 TOR_SIMPLEQ_ENTRY (packed_cell_t) next
 

Data Fields

char body [CELL_MAX_NETWORK_SIZE]
 
uint32_t inserted_timestamp
 

Detailed Description

A cell as packed for writing to the network.

Definition at line 18 of file cell_queue_st.h.

Member Function Documentation

◆ TOR_SIMPLEQ_ENTRY()

TOR_SIMPLEQ_ENTRY ( packed_cell_t  )

Next cell queued on this circuit.

Field Documentation

◆ body

Cell as packed for network.

Definition at line 21 of file cell_queue_st.h.

Referenced by cell_pack(), packed_cell_get_circid(), packed_cell_get_command(), and packed_cell_is_destroy().

◆ inserted_timestamp

uint32_t inserted_timestamp

Time (in timestamp units) when this cell was inserted

Definition at line 22 of file cell_queue_st.h.

Referenced by cell_queue_append_packed_copy(), and circuit_max_queued_cell_age().


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