#include <queue.h>
Public Member Functions | |
QueueElement (PacketType *_pack) | |
The default constructor of a QueueElement, takes a packet as argument and reads its data from it. | |
Public Attributes | |
PacketType * | pack |
unsigned char | priority |
unsigned int | seqno |
unsigned char | type |
unsigned int | objid |
unsigned int | user_id |
Static Public Attributes | |
static unsigned int | next_sequence_number = 0 |
Note this number is NOT protected by a mutex, because the sequence number is only for hinting the queue about a pretty fair order. |
Definition at line 40 of file queue.h.