![]() |
![]() |
Generic queue. More...
#include <enet_queue.h>
Data Fields | |
uint32_t | count |
EnetQ_Node * | head |
EnetQ_Node * | tail |
uint32_t | magic |
Generic queue.
uint32_t EnetQ_s::count |
The current number of entries in the queue
EnetQ_Node* EnetQ_s::head |
The top of the queue
uint32_t EnetQ_s::magic |
Magic number used to check queue initialization
EnetQ_Node* EnetQ_s::tail |
The end of the queue