HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
clientutils.h
Go to the documentation of this file.
1 #ifndef HIPC_POSIX_CLIENTUTILS_H
2 #define HIPC_POSIX_CLIENTUTILS_H
3 
4 
5 #include <hipc/posix/ioutils.h>
6 #include <hipc.h>
7 #include <hipc/msg.h>
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13  extern enum HIPC_errno hipcPosixReadMsg(void *arg, hipc_msg msg);
14  extern enum HIPC_errno hipcPosixWriteMsg(void *arg,
15  const hipc_msg msg);
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 #endif
unsigned char hipc_msg[HIPC_MSG_ALLOCSIZE]
Definition: msg.h:8
HIPC_errno
Definition: hipc.h:4
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.