Searched defs:msqid_ds13 (Results 1 – 1 of 1) sorted by relevance
47 struct msqid_ds13 { struct49 msgqnum_t msg_qnum; /* number of messages in the queue */50 msglen_t msg_qbytes; /* max # of bytes in the queue */51 pid_t msg_lspid; /* process ID of last msgsend() */52 pid_t msg_lrpid; /* process ID of last msgrcv() */53 int32_t msg_stime; /* time of last msgsend() */54 int32_t msg_rtime; /* time of last msgrcv() */55 int32_t msg_ctime; /* time of last change */61 struct __msg *_msg_first; /* first message in the queue */62 struct __msg *_msg_last; /* last message in the queue */[all …]