wangzhengquan
2021-01-18 87b5445e2a08a18bbbe1e0ce63d5f65e81bfb79f
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>