QueueItem.next

Pointer to next item in queue

struct QueueItem
QueueItem* next;

Meta