diff options
Diffstat (limited to 'src/lib/server.h')
| -rw-r--r-- | src/lib/server.h | 2 |
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 (); |
