From 22cd4140502e67d32967160bee56375eaa285011 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 07 十二月 2021 16:18:34 +0800 Subject: [PATCH] Fix the service query fail issue. --- src/net/net_mod_socket_wrapper.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/net/net_mod_socket_wrapper.h b/src/net/net_mod_socket_wrapper.h index c9ac313..c693b2f 100644 --- a/src/net/net_mod_socket_wrapper.h +++ b/src/net/net_mod_socket_wrapper.h @@ -134,6 +134,7 @@ int net_mod_socket_svr_get(void * _socket); void net_mod_socket_buf_data_set(void * _socket, std::string str, int val); int net_mod_socket_buf_data_get(void * _socket, std::string str); +void net_mod_socket_buf_data_del(void * _socket, std::string str); /** * @brief 璺ㄦ満鍣ㄥ彂閫佹秷鎭苟鎺ュ彈杩斿洖鐨勫簲绛旀秷鎭紝鐩村埌鍙戦�佸畬鎴愭墠杩斿洖 @@ -403,4 +404,4 @@ } #endif -#endif \ No newline at end of file +#endif -- Gitblit v1.8.0