From f68d32c9f4b2f46d26d96839801d1888a93f93ed Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 18 一月 2024 14:25:29 +0800 Subject: [PATCH] less memory --- 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