diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-08-08 16:21:02 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-08-08 16:21:02 -0400 |
| commit | e4ddcb0a6bf04d53ce77b4eb87bbbb32c4261d11 (patch) | |
| tree | d27d2fea50a384d97aa2d0cf5c8657c916f761d4 /include/linux/ipc_namespace.h | |
| parent | f2afa7711f8585ffc088ba538b9a510e0d5dca12 (diff) | |
| parent | 6e86841d05f371b5b9b86ce76c02aaee83352298 (diff) | |
Merge commit 'v2.6.27-rc1' into for-linus
Diffstat (limited to 'include/linux/ipc_namespace.h')
| -rw-r--r-- | include/linux/ipc_namespace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ipc_namespace.h b/include/linux/ipc_namespace.h index ea6c18a8b0d4..ea330f9e7100 100644 --- a/include/linux/ipc_namespace.h +++ b/include/linux/ipc_namespace.h | |||
| @@ -36,6 +36,7 @@ struct ipc_namespace { | |||
| 36 | int msg_ctlmni; | 36 | int msg_ctlmni; |
| 37 | atomic_t msg_bytes; | 37 | atomic_t msg_bytes; |
| 38 | atomic_t msg_hdrs; | 38 | atomic_t msg_hdrs; |
| 39 | int auto_msgmni; | ||
| 39 | 40 | ||
| 40 | size_t shm_ctlmax; | 41 | size_t shm_ctlmax; |
| 41 | size_t shm_ctlall; | 42 | size_t shm_ctlall; |
| @@ -53,7 +54,7 @@ extern atomic_t nr_ipc_ns; | |||
| 53 | 54 | ||
| 54 | extern int register_ipcns_notifier(struct ipc_namespace *); | 55 | extern int register_ipcns_notifier(struct ipc_namespace *); |
| 55 | extern int cond_register_ipcns_notifier(struct ipc_namespace *); | 56 | extern int cond_register_ipcns_notifier(struct ipc_namespace *); |
| 56 | extern int unregister_ipcns_notifier(struct ipc_namespace *); | 57 | extern void unregister_ipcns_notifier(struct ipc_namespace *); |
| 57 | extern int ipcns_notify(unsigned long); | 58 | extern int ipcns_notify(unsigned long); |
| 58 | 59 | ||
| 59 | #else /* CONFIG_SYSVIPC */ | 60 | #else /* CONFIG_SYSVIPC */ |
