test epoll on linux.

This commit is contained in:
caozhiyi
2021-06-16 23:34:49 +08:00
parent 3e7d15a50d
commit d6511c0992
5 changed files with 7 additions and 7 deletions

View File

@@ -33,8 +33,8 @@ RWSocket::RWSocket(uint64_t sock, std::shared_ptr<AlloterWrap> alloter):
_context(nullptr),
_timer_id(0),
_listen_port(0),
_event(nullptr),
_shutdown(false),
_event(nullptr),
_alloter(alloter) {
_block_pool = _alloter->PoolNewSharePtr<BlockMemoryPool>(__mem_block_size, __mem_block_add_step);