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

#include <destroy_cell_queue_st.h>

Public Member Functions

 TOR_SIMPLEQ_HEAD (dcell_simpleq_t, destroy_cell_t) head
 

Data Fields

int n
 

Detailed Description

A queue of destroy cells on a channel.

Definition at line 27 of file destroy_cell_queue_st.h.

Member Function Documentation

◆ TOR_SIMPLEQ_HEAD()

TOR_SIMPLEQ_HEAD ( dcell_simpleq_t  ,
destroy_cell_t   
)

Linked list of packed_cell_t

Field Documentation

◆ n

int n

The number of cells in the queue.

Definition at line 30 of file destroy_cell_queue_st.h.

Referenced by channel_flush_from_first_active_circuit(), destroy_cell_queue_clear(), and destroy_cell_queue_pop().


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