From 2a4e4619f34a742e36693e589e0431347a72979b Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 13 十月 2020 17:36:32 +0800 Subject: [PATCH] update --- src/socket/shm_socket.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/socket/shm_socket.h b/src/socket/shm_socket.h index fd67d9c..e38fd0e 100644 --- a/src/socket/shm_socket.h +++ b/src/socket/shm_socket.h @@ -56,6 +56,7 @@ // 鏈湴port int port; bool force_bind; + int mutex; shm_connection_status_t status; SHMQueue<shm_msg_t> *queue; SHMQueue<shm_msg_t> *remoteQueue; -- Gitblit v1.8.0