Loading src/event/epoll.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -50,9 +50,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. namespace netplus { std::atomic<bool> event::Running(true); std::atomic<bool> event::Restart(false); static std::vector<socket*> SSOCKETS; static std::map<int, std::shared_ptr<con>> CONNECTIONS; Loading Loading
src/event/epoll.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -50,9 +50,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. namespace netplus { std::atomic<bool> event::Running(true); std::atomic<bool> event::Restart(false); static std::vector<socket*> SSOCKETS; static std::map<int, std::shared_ptr<con>> CONNECTIONS; Loading