diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-17 13:48:15 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-04 08:53:44 -0800 |
commit | be1483563532b5dcaef6847c206d0a6f772c8bd4 (patch) | |
tree | 33275f88e77e892b84591355b7eeb29764a8a10c /shm.h | |
parent | 18515392d35c1e07a5978876d4559012f5078f92 (diff) |
Adds MIT-SHM AttachFd and CreateSegment requests
Passes shared memory segments by file descriptor, AttachFd passes from
client to server, CreateSegment passes from server to client.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'shm.h')
-rw-r--r-- | shm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ in this Software without prior written authorization from The Open Group. #define SHMNAME "MIT-SHM" #define SHM_MAJOR_VERSION 1 /* current version numbers */ -#define SHM_MINOR_VERSION 1 +#define SHM_MINOR_VERSION 2 #define ShmCompletion 0 #define ShmNumberEvents (ShmCompletion + 1) |