IPC version => 2
parent
c783168198
commit
aa93e8a88c
|
@ -18,7 +18,7 @@
|
||||||
#define IPC_HEADER_SIZE 6
|
#define IPC_HEADER_SIZE 6
|
||||||
#define IPC_MAX_MESSAGE_SIZE 8000000-IPC_HEADER_SIZE
|
#define IPC_MAX_MESSAGE_SIZE 8000000-IPC_HEADER_SIZE
|
||||||
|
|
||||||
#define IPC_VERSION 1
|
#define IPC_VERSION 2
|
||||||
|
|
||||||
#if ! defined(IPC_WITHOUT_ERRORS) && ! defined(IPC_WITH_ERRORS)
|
#if ! defined(IPC_WITHOUT_ERRORS) && ! defined(IPC_WITH_ERRORS)
|
||||||
#define IPC_WITH_ERRORS 2
|
#define IPC_WITH_ERRORS 2
|
||||||
|
|
Reference in New Issue