IPC version => 2

more_to_read
Philippe PITTOLI 2019-07-27 15:53:19 +02:00
parent c783168198
commit aa93e8a88c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#define IPC_HEADER_SIZE 6
#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)
#define IPC_WITH_ERRORS 2