From ff4991e1f942a3f1281330e21bf437b4b8558094 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 06 八月 2020 15:22:55 +0800 Subject: [PATCH] add remove_keys --- src/socket/include/shm_socket.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/socket/include/shm_socket.h b/src/socket/include/shm_socket.h index 6bb0448..fd67d9c 100644 --- a/src/socket/include/shm_socket.h +++ b/src/socket/include/shm_socket.h @@ -68,6 +68,7 @@ +size_t shm_socket_remove_keys(int keys[], size_t length); shm_socket_t *shm_open_socket(shm_socket_type_t socket_type); -- Gitblit v1.8.0