8typedef struct _io
io_t;
ipc_msg_t * ipc_read_msg(ipcfd_t fd)
Read an IPC message.
bool ipc_write_as_msg(ipcfd_t fd, const char *data, size_t size)
bool ipc_write_msg(ipcfd_t fd, ipc_msg_t *buffer)
Write an IPC message.
ipc_msg_t * ipc_msg_create(size_t size)
Create a new IPC message.
size_t ipc_read_as_msg(ipcfd_t fd, char *buffer, size_t buffer_size)
void ipc_msg_destroy(ipc_msg_t *buffer)
Destroy an IPC message.