libt2n: (gerd) make handle-function on server reentrant
[libt2n] / src / command_server.hxx
index 378ef08..c839e78 100644 (file)
@@ -33,6 +33,8 @@ class command_server
 
         void handle_packet(const std::string& packet, server_connection* conn);
 
+        int guard_handle;
+
     protected:
         virtual command* cast_command(command* input)
             { return input; }