Tor 0.4.9.0-alpha-dev
Data Fields
conflux_cell_t Struct Reference

#include <conflux.h>

Data Fields

uint64_t seq
 
int heap_idx
 
cell_t cell
 

Detailed Description

A cell for the out-of-order queue. XXX: Consider trying to use packed_cell_t instead here?

Definition at line 29 of file conflux.h.

Field Documentation

◆ cell

cell_t cell

The cell here is always guaranteed to have removed its extra conflux sequence number, for ease of processing

Definition at line 42 of file conflux.h.

◆ heap_idx

int heap_idx

Heap index of this cell, for use in in the conflux_t ooo_q heap.

Definition at line 38 of file conflux.h.

◆ seq

uint64_t seq

Absolute sequence number of this cell, computed from the relative sequence number of the conflux cell.

Definition at line 33 of file conflux.h.

Referenced by conflux_queue_cmp().


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