queue/include/shm_socket.h
@@ -84,7 +84,7 @@ int shm_connect(shm_socket_t * socket, int port); int shm_send(shm_socket_t * socket, void *buf, int size) ; int shm_send(shm_socket_t * socket, const void *buf, const int size) ; int shm_recv(shm_socket_t * socket, void **buf, int *size) ;