Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ipc.h
Go to the documentation of this file.
1 #ifndef _LINUX_IPC_H
2 #define _LINUX_IPC_H
3 
4 #include <linux/spinlock.h>
5 #include <linux/uidgid.h>
6 #include <uapi/linux/ipc.h>
7 
8 #define IPCMNI 32768 /* <= MAX_INT limit for ipc arrays (including sysctl changes) */
9 
10 /* used by in-kernel data structures */
12 {
14  int deleted;
15  int id;
22  unsigned long seq;
23  void *security;
24 };
25 
26 #endif /* _LINUX_IPC_H */