src/socket/shm_socket.h
@@ -41,7 +41,6 @@ } shm_socket_t; // typedef void (*recvandsend_callback_fn)(void **sendbuf, int *sendsize); typedef std::function<void(void *recvbuf, int recvsize, int key, void **sendbuf, int *sendsize, void *user_data)> recvandsend_callback_fn; size_t shm_socket_remove_keys(int keys[], size_t length);