Loading src/event/iocp.cpp +7 −2 Original line number Diff line number Diff line Loading @@ -59,6 +59,11 @@ namespace netplus { std::atomic<bool> event::Running(true); std::atomic<bool> event::Restart(false); std::vector<socket*> SSOCKETS; std::map<int,std::shared_ptr<con>> CONNECTIONS; std::mutex POLL_HANDLER_MUTEX; std::atomic<size_t> g_con_id(0); // ------------------------------------------------------------ Loading Loading
src/event/iocp.cpp +7 −2 Original line number Diff line number Diff line Loading @@ -59,6 +59,11 @@ namespace netplus { std::atomic<bool> event::Running(true); std::atomic<bool> event::Restart(false); std::vector<socket*> SSOCKETS; std::map<int,std::shared_ptr<con>> CONNECTIONS; std::mutex POLL_HANDLER_MUTEX; std::atomic<size_t> g_con_id(0); // ------------------------------------------------------------ Loading