Commit 4efefef1 authored by jan.koester's avatar jan.koester
Browse files

fixed

parent a7b9509c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;