X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=192673366d98497be8de56c61a66124f9668a1ff;hp=cb41a762ee70dd3e330a05b6d8bbe7116af74792;hb=01a464637ed95b0aacd58eb74bdd17df4a7851ab;hpb=8104c8f70605ee24230e5988d7bf68e3fce7465a diff --git a/src/command_server.hxx b/src/command_server.hxx index cb41a76..1926733 100644 --- a/src/command_server.hxx +++ b/src/command_server.hxx @@ -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); };