From 46963c736e76cc0e23e361d7a59bbf95da3e8419 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 23 七月 2020 16:36:41 +0800
Subject: [PATCH] hear beat

---
 src/socket/include/shm_socket.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/socket/include/shm_socket.h b/src/socket/include/shm_socket.h
index 30b85da..822450d 100644
--- a/src/socket/include/shm_socket.h
+++ b/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);

--
Gitblit v1.8.0