summaryrefslogtreecommitdiff
path: root/src/lib/server.h
diff options
context:
space:
mode:
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 ();