#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
Go to the source code of this file.
Namespaces | |
namespace | IPC |
Defines | |
#define | IPCPLUS_MAX_MESSAGE_SIZE 512 |
Maximum message size. | |
#define | IPCPLUS_MIN_MESSAGE_PRIOR 100 |
Lowest message priority. |