wangzhengquan
2020-07-23 950e8841a4eada051108084606c3205e67cac804
src/socket/include/shm_socket.h
@@ -73,6 +73,8 @@
int shm_send(shm_socket_t * socket, const void *buf, const int size) ;
int shm_sendandrecv(shm_socket_t *socket, const void *send_buf, const int send_size, const int send_port, void **recv_buf, int *recv_size);
int shm_recv(shm_socket_t * socket, void **buf, int *size) ;
int shm_sendto(shm_socket_t *socket, const void *buf, const int size, const int port);