diff options
Diffstat (limited to 'include/linux/ipc.h')
-rw-r--r-- | include/linux/ipc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ipc.h b/include/linux/ipc.h index 96988d1460da..408696ea5189 100644 --- a/include/linux/ipc.h +++ b/include/linux/ipc.h | |||
@@ -111,6 +111,8 @@ struct ipc_namespace { | |||
111 | int msg_ctlmax; | 111 | int msg_ctlmax; |
112 | int msg_ctlmnb; | 112 | int msg_ctlmnb; |
113 | int msg_ctlmni; | 113 | int msg_ctlmni; |
114 | atomic_t msg_bytes; | ||
115 | atomic_t msg_hdrs; | ||
114 | 116 | ||
115 | size_t shm_ctlmax; | 117 | size_t shm_ctlmax; |
116 | size_t shm_ctlall; | 118 | size_t shm_ctlall; |