libt2n: (gerd) add client timeouts & tests, hello peek missing
[libt2n] / src / command_server.hxx
index cb41a76..1926733 100644 (file)
@@ -35,7 +35,7 @@ class command_server
     public:
         command_server(server& _s);
 
-        void handle(long long usec_timeout=-1);
+        void handle(long long usec_timeout=-1, long long* usec_timeout_remaining=NULL);
 
         void send_hello(unsigned int conn_id);
 };