Generic queue.
Data Fields | |
uint32_t | count |
EnetQ_Node * | head |
EnetQ_Node * | tail |
uint32_t | magic |
uint32_t EnetQ::count |
The current number of entries in the queue
EnetQ_Node* EnetQ::head |
The top of the queue
EnetQ_Node* EnetQ::tail |
The end of the queue
uint32_t EnetQ::magic |
Magic number used to check queue initialization