wangzhengquan
2021-02-04 6600a375ac386a0d384c4e9f1af4f235b8d67262
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);