From a4d18d6ab3216ce1bf8052f0fdc4ea34bc6385e8 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 20 一月 2021 19:39:17 +0800 Subject: [PATCH] update --- src/socket/net_conn_pool.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/socket/net_conn_pool.h b/src/socket/net_conn_pool.h index f8562c9..cccf331 100644 --- a/src/socket/net_conn_pool.h +++ b/src/socket/net_conn_pool.h @@ -1,6 +1,11 @@ +/** + * 閰嶅悎thread local浣跨敤鐨刢onnection pool + */ + #ifndef __NET_CONN_POOL_H__ #define __NET_CONN_POOL_H__ + #include "usg_common.h" #include <poll.h> -- Gitblit v1.8.0