summaryrefslogtreecommitdiff
path: root/src/lib/server.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-06 09:55:05 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-06 09:55:05 +0000
commita50b42ff5bd04622cd954780be27fb702535c425 (patch)
treec0134883d748bd54b9d7c6e7c2f3ce63b1e76748 /src/lib/server.h
parent8b6b8d85ae9a008ada08ce5c51c16ad2238239c9 (diff)
More detailed stats on verbose server.
Diffstat (limited to 'src/lib/server.h')
-rw-r--r--src/lib/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/server.h b/src/lib/server.h
index abc5676d8..68de3c2f0 100644
--- a/src/lib/server.h
+++ b/src/lib/server.h
@@ -100,7 +100,7 @@ public:
private:
void worker_thread ();
- int process (boost::shared_ptr<Socket> socket);
+ int process (boost::shared_ptr<Socket> socket, struct timeval &, struct timeval &);
void broadcast_thread ();
void broadcast_received ();