diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-18 02:07:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-18 02:07:59 +0100 |
| commit | 3c1b239453936128d1711ffa063ad4e1617b3e40 (patch) | |
| tree | 060213367c651ca0ddccf1d9470b35886a687f6e /src/lib/server.h | |
| parent | 48794870183ac5c0dd2b4acc1f9c2e5d7349f284 (diff) | |
Sort of working log window.
Diffstat (limited to 'src/lib/server.h')
| -rw-r--r-- | src/lib/server.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/server.h b/src/lib/server.h index 8c0f86ebb..58cfe0b3f 100644 --- a/src/lib/server.h +++ b/src/lib/server.h @@ -74,7 +74,7 @@ private: class Server { public: - Server (); + Server (Log* log); void run (); @@ -86,5 +86,5 @@ private: std::list<boost::shared_ptr<boost::asio::ip::tcp::socket> > _queue; boost::mutex _worker_mutex; boost::condition _worker_condition; - Log _log; + Log* _log; }; |
