diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-23 16:51:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-23 16:51:10 +0100 |
| commit | 6726393a4b186333b8e1080f3f1c5c4b77d4c2e6 (patch) | |
| tree | 0efd32aadfd6ea20f1829da5f401971de0c76155 /src | |
| parent | 46f1b3106ab959e21946fe1f035efc6dc1743b49 (diff) | |
Multi-thread test.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index c3a42e448..2785a5dc1 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -131,6 +131,8 @@ public: private: void check (); + DeadlineWrapper (DeadlineWrapper const &); + boost::asio::io_service& _io_service; boost::asio::deadline_timer _deadline; boost::shared_ptr<boost::asio::ip::tcp::socket> _socket; |
