From 95c305005862acb9b611ec2c65e5843c0e19176c Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 01 十二月 2020 16:44:25 +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