X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=192673366d98497be8de56c61a66124f9668a1ff;hp=686be14fd138b2fdb38242dd90e0f91aaedafa11;hb=01a464637ed95b0aacd58eb74bdd17df4a7851ab;hpb=6cda58a6dad87ff6efe2277db2155be60edb8d48 diff --git a/src/command_server.hxx b/src/command_server.hxx index 686be14..1926733 100644 --- a/src/command_server.hxx +++ b/src/command_server.hxx @@ -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(unsigned int conn_id); + void send_hello(unsigned int conn_id); }; }