wangzhengquan
2020-12-22 b90ba316b54db321d3e8aaac7df93b46d80b9d9c
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>