SELKIELogger  1.0.0

#include <queue.h>

Collaboration diagram for queueitem:

Public Attributes

msg_titem
 Queued message.
 
queueitemnext
 Pointer to next item, or NULL for queue tail.
 

Detailed Description

If *next is NULL, it will be assumed that this item is the end of the queue.

Messages pointed to by queueitem.item "belong" to the queue until popped, when they are then the responsibility of queue_pop()'s caller. Messages pointed to by queueitem.item must be dynamically allocated.

See also
msg_t

Definition at line 67 of file queue.h.


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