X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;fp=src%2Fcommand_server.hxx;h=192673366d98497be8de56c61a66124f9668a1ff;hp=cb41a762ee70dd3e330a05b6d8bbe7116af74792;hb=45a2ebc9695c4d7be6548b7e0f800d117ae56a0b;hpb=04d86ba4ad4f14ab08f38804e772ec46a8ac92b0 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); };