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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/server.h b/src/lib/server.h
index fac440a76..747081443 100644
--- a/src/lib/server.h
+++ b/src/lib/server.h
@@ -81,7 +81,8 @@ public:
private:
void worker_thread ();
int process (boost::shared_ptr<boost::asio::ip::tcp::socket> socket);
-
+
+ boost::asio::io_service _io_service;
std::vector<boost::thread *> _worker_threads;
std::list<boost::shared_ptr<boost::asio::ip::tcp::socket> > _queue;
boost::mutex _worker_mutex;