Go to the documentation of this file.
37 #ifndef COROSYNC_UTIL_H_DEFINED
38 #define COROSYNC_UTIL_H_DEFINED
44 #ifdef HAVE_SMALL_MEMORY_FOOTPRINT
45 #define IPC_REQUEST_SIZE 1024*64
46 #define IPC_RESPONSE_SIZE 1024*64
47 #define IPC_DISPATCH_SIZE 1024*64
49 #define IPC_REQUEST_SIZE 8192*128
50 #define IPC_RESPONSE_SIZE 8192*128
51 #define IPC_DISPATCH_SIZE 8192*128