5 * The msqid64_ds structure for the PPC architecture.
9 struct ipc64_perm msg_perm
;
10 unsigned int __unused1
;
11 __kernel_time_t msg_stime
; /* last msgsnd time */
12 unsigned int __unused2
;
13 __kernel_time_t msg_rtime
; /* last msgrcv time */
14 unsigned int __unused3
;
15 __kernel_time_t msg_ctime
; /* last change time */
16 unsigned long msg_cbytes
; /* current number of bytes on queue */
17 unsigned long msg_qnum
; /* number of messages in queue */
18 unsigned long msg_qbytes
; /* max number of bytes on queue */
19 __kernel_pid_t msg_lspid
; /* pid of last msgsnd */
20 __kernel_pid_t msg_lrpid
; /* last receive pid */
21 unsigned long __unused4
;
22 unsigned long __unused5
;
25 #endif /* _PPC_MSGBUF_H */