libt2n: (tomj) documented code problems; have to find out if this is the source of...
[libt2n] / src / command_server.hxx
index 378ef08..04508b5 100644 (file)
@@ -33,12 +33,15 @@ 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; }
 
     public:
         command_server(server& _s);
+        // TODO: No (virtual) destructor
 
         void handle(long long usec_timeout=-1, long long* usec_timeout_remaining=NULL);