X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=192673366d98497be8de56c61a66124f9668a1ff;hp=2f3df5a78fd014e40ef5e451db4cb0d5a80cfb40;hb=01a464637ed95b0aacd58eb74bdd17df4a7851ab;hpb=28cb45a5725e9c6054d7048a9bf969b9f2c94d64 diff --git a/src/command_server.hxx b/src/command_server.hxx index 2f3df5a..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(server_connection* conn); + void send_hello(unsigned int conn_id); }; }