From 73689afc09ce346f9eb00e02faf7f242e55dc7ee Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期四, 09 十二月 2021 19:33:00 +0800
Subject: [PATCH] Add the sync to fix the resource clear 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