diff options
Diffstat (limited to 'include/linux/ipc.h')
-rw-r--r-- | include/linux/ipc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/ipc.h b/include/linux/ipc.h index 10840cab1..c1d9cbaf1 100644 --- a/include/linux/ipc.h +++ b/include/linux/ipc.h @@ -21,6 +21,11 @@ struct ipc_perm #define IPC_EXCL 00002000 /* fail if key exists */ #define IPC_NOWAIT 00004000 /* return error on wait */ +/* these fields are used by the DIPC package so the kernel as standard + should avoid using them if possible */ + +#define IPC_DIPC 00010000 /* make it distributed */ +#define IPC_OWN 00020000 /* this machine is the DIPC owner */ /* * Control commands used with semctl, msgctl and shmctl |