From 2561a007b8d8999a4750046d0cfb3b1ad5af50ac Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 09 四月 2024 15:29:32 +0800 Subject: [PATCH] test for perf --- 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