|
Tor 0.4.9.3-alpha-dev
|
#include <destroy_cell_queue_st.h>
Public Member Functions | |
| TOR_SIMPLEQ_ENTRY (destroy_cell_t) next | |
Data Fields | |
| circid_t | circid |
| uint32_t | inserted_timestamp |
| uint8_t | reason |
A single queued destroy cell.
Definition at line 18 of file destroy_cell_queue_st.h.
| circid_t circid |
Definition at line 20 of file destroy_cell_queue_st.h.
| uint32_t inserted_timestamp |
Time (in timestamp units) when this cell was inserted
Definition at line 21 of file destroy_cell_queue_st.h.
Referenced by destroy_cell_queue_append().
| uint8_t reason |
Definition at line 23 of file destroy_cell_queue_st.h.