Data Fields

msg_queue Struct Reference
[Message Queue]

Message queue structure. More...

#include <msg_queue.h>

Collaboration diagram for msg_queue:
Collaboration graph
[legend]

Data Fields


Detailed Description

Never access its members directly (they may change), always use interface functions!

Definition at line 97 of file msg_queue.h.


Field Documentation

Messages are hold in one way linked list, each message contains pointer to next one.

Definition at line 105 of file msg_queue.h.

Referenced by is_msg_queue_empty(), msg_queue_init_ex(), pop_message(), and push_message().

Definition at line 108 of file msg_queue.h.

Referenced by msg_queue_init_ex(), pop_message(), and push_message().

Need not to be used. If you want to use reference counter to message queue you have to call msg_queue_init_ref_cnt function with not-NULL reference counter group.

Definition at line 102 of file msg_queue.h.

Referenced by msg_queue_init_ref_cnt().


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