1 #ifndef HIPC_POSIX_CLIENTUTILS_H
2 #define HIPC_POSIX_CLIENTUTILS_H
unsigned char hipc_msg[HIPC_MSG_ALLOCSIZE]
enum HIPC_errno hipcPosixReadMsg(void *arg, hipc_msg msg)
Read a HIPC message from fd.
enum HIPC_errno hipcPosixWriteMsg(void *arg, const hipc_msg msg)
Write a HIPC message to fd.