#include <ktypes.h>
Data Fields | |
key_t | key |
Message Queue ID. | |
unsigned char | msgq_len |
Key used to identify the MsgQ. | |
sem_t | full |
Message Queue depth. | |
sem_t | empty |
Semaphore used by the producer. | |
_queue | msg_q |
Semaphore used by the consumer. | |
msqid_ds | stats |
Queue of Messages. |