libt2n: (gerd) add server serialization exceptions
[libt2n] / src / command_server.hxx
index 2f3df5a..1926733 100644 (file)
@@ -35,9 +35,9 @@ 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 new_connection_callback(server_connection* conn);
+        void send_hello(unsigned int conn_id);
 };
 
 }