X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fserver.hxx;h=684cee8ac9b2c693c47c88fa9787e180a936c29b;hp=aa0b2320370a4af437300d7b14f743eab61c1d14;hb=9a5d7790b094439b9a6f16983e20493c0e43ee02;hpb=393e7b700efffc748e593661b365ead414a341c1 diff --git a/src/server.hxx b/src/server.hxx index aa0b232..684cee8 100644 --- a/src/server.hxx +++ b/src/server.hxx @@ -130,7 +130,7 @@ class server @retval true if new data was found (does not mean that the received data is a complete packet though) */ - virtual bool fill_buffer(long long usec_timeout=-1, long long* timeout_remaining=NULL)=0; + virtual bool fill_buffer(long long usec_timeout=-1, long long* usec_timeout_remaining=NULL)=0; void cleanup();