X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fmsg.h;h=903e0ab8101fad230721c7ecd27653b413a5d058;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=2c4c6aa643ff42f20217f88205ef55349b0c707f;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/linux/msg.h b/include/linux/msg.h index 2c4c6aa64..903e0ab81 100644 --- a/include/linux/msg.h +++ b/include/linux/msg.h @@ -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 */