From 8b0a8c644f19e97606dfb06a865f56dbad15f95e Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 21 十二月 2020 14:44:45 +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