build wepoll on windows.

This commit is contained in:
caozhiyi
2021-06-16 23:25:51 +08:00
parent 1c8b842817
commit 3e7d15a50d
9 changed files with 92 additions and 77 deletions

View File

@@ -33,6 +33,7 @@ RWSocket::RWSocket(uint64_t sock, std::shared_ptr<AlloterWrap> alloter):
_context(nullptr),
_timer_id(0),
_listen_port(0),
_event(nullptr),
_shutdown(false),
_alloter(alloter) {