From be1483563532b5dcaef6847c206d0a6f772c8bd4 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 17 Jan 2013 13:48:15 -0800 Subject: 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 --- shm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shm.h') diff --git a/shm.h b/shm.h index e076402..be49f5e 100644 --- a/shm.h +++ b/shm.h @@ -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) -- cgit v1.2.1