#include <stdapis/sys/msg.h>
struct msqid_ds |
Public Attributes | |
---|---|
msglen_t | msg_cbytes |
time_t | msg_ctime |
struct msg * | msg_first |
struct msg * | msg_last |
pid_t | msg_lrpid |
pid_t | msg_lspid |
long | msg_pad1 |
long | msg_pad2 |
long | msg_pad3 |
long | msg_pad4 |
struct ipc_perm | msg_perm |
msglen_t | msg_qbytes |
msgqnum_t | msg_qnum |
time_t | msg_rtime |
time_t | msg_stime |
The msqid_ds structure defines a message queue associated with a message queue ID. There is one queue per message queue ID. Collectively, the queues are stored as an array, with message queue IDs serving as an index into the array. Contains the following members,