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.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/net/net_mod_socket.h b/src/net/net_mod_socket.h
index bef1783..a7619f5 100644
--- a/src/net/net_mod_socket.h
+++ b/src/net/net_mod_socket.h
@@ -250,6 +250,7 @@
  
   void buf_data_set(std::string str, int val);
   int buf_data_get(std::string str);
+  void buf_data_del(std::string str);
 };
  
-#endif
\ No newline at end of file
+#endif

--
Gitblit v1.8.0