wangzhengquan
2021-01-19 3baa1ff0ea9c24f4ecf0f818f2c5909d6d918f5e
src/socket/net_conn_pool.h
@@ -1,6 +1,11 @@
/**
 * 配合thread local使用的connection pool
 */
#ifndef __NET_CONN_POOL_H__
#define __NET_CONN_POOL_H__ 
#include "usg_common.h"
#include <poll.h>