]> err.no Git - linux-2.6/blobdiff - include/linux/msg.h
[PATCH] add slab_is_available() routine for boot code
[linux-2.6] / include / linux / msg.h
index 2c4c6aa643ff42f20217f88205ef55349b0c707f..903e0ab8101fad230721c7ecd27653b413a5d058 100644 (file)
@@ -77,6 +77,7 @@ struct msg_msg {
 /* one msq_queue structure for each present queue on the system */
 struct msg_queue {
        struct kern_ipc_perm q_perm;
+       int q_id;
        time_t q_stime;                 /* last msgsnd time */
        time_t q_rtime;                 /* last msgrcv time */
        time_t q_ctime;                 /* last change time */