src/socket/bus_server_socket_wrapper.h
@@ -40,7 +40,12 @@ */ int bus_server_socket_wrapper_start_bus(void * _socket); int bus_server_socket_wrapper_data_get(void * _socket, int val); int bus_server_socket_wrapper_proc_check(void * _socket, int val, char *buf, int len, void **buf_ret, int *len_ret, \ const struct timespec *timeout, const int flag); void bus_server_socket_wrapper_proc_release(void * _socket, int val); #ifdef __cplusplus }