Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

queue_t Struct Reference


Data Fields

u8bytes
u32 size
u32 head
u32 tail

Field Documentation

u8* queue_t::bytes
 

Definition at line 463 of file xpds-sdsl.c.

Referenced by add_to_queue(), and get_from_queue().

u32 queue_t::head
 

Definition at line 465 of file xpds-sdsl.c.

Referenced by add_to_queue(), and get_from_queue().

u32 queue_t::size
 

Definition at line 464 of file xpds-sdsl.c.

Referenced by add_to_queue(), and get_from_queue().

u32 queue_t::tail
 

Definition at line 466 of file xpds-sdsl.c.

Referenced by add_to_queue(), and get_from_queue().


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