diff options
| author | Dave Airlie <airlied@starflyer.(none)> | 2005-09-25 07:14:45 +0400 |
|---|---|---|
| committer | Dave Airlie <airlied@linux.ie> | 2005-09-25 07:14:45 +0400 |
| commit | 4e0c1159d83a658d1ffba5bc3442f4ec4cadb436 (patch) | |
| tree | 36a5079ba7ba9b9e0f2f633356705b980940eac4 /include/linux/msg.h | |
| parent | ea98a92ff18c03bf7f4d21536986cbbcb4c10cd9 (diff) | |
| parent | ef6bd6eb90ad72ee8ee7ba8b271f27102e9a90c1 (diff) | |
| download | linux-4e0c1159d83a658d1ffba5bc3442f4ec4cadb436.tar.xz | |
update from upstream
Diffstat (limited to 'include/linux/msg.h')
| -rw-r--r-- | include/linux/msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/msg.h b/include/linux/msg.h index 2c4c6aa643ff..903e0ab8101f 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 */ |
