Home
last modified time | relevance | path

Searched defs:msqid_ds (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/sys/
H A Dmsg.h90 struct msqid_ds { struct
91 struct ipc_perm msg_perm; /* msg queue permission bits */
92 struct msg *__msg_first; /* first message in the queue */
93 struct msg *__msg_last; /* last message in the queue */
95 msgqnum_t msg_qnum; /* number of msgs in the queue */
96 msglen_t msg_qbytes; /* max # of bytes on the queue */
97 pid_t msg_lspid; /* pid of last msgsnd() */
98 pid_t msg_lrpid; /* pid of last msgrcv() */
99 time_t msg_stime; /* time of last msgsnd() */
100 time_t msg_rtime; /* time of last msgrcv() */
[all …]