From c1f1446058dbedd9be9b9561e6ba435e0cd15bbc Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 17 七月 2020 11:01:01 +0800 Subject: [PATCH] update --- queue/include/socket.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/queue/include/socket.h b/queue/include/socket.h index f51c021..b7e2807 100644 --- a/queue/include/socket.h +++ b/queue/include/socket.h @@ -28,8 +28,9 @@ enum shm_msg_type_t { SHM_SOCKET_OPEN = 1, - SHM_SOCKET_CLOSE = 2, - SHM_COMMON_MSG = 3 + SHM_SOCKET_OPEN_REPLY = 2, + SHM_SOCKET_CLOSE = 3, + SHM_COMMON_MSG = 4 }; -- Gitblit v1.8.0