diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-12 22:29:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-12 22:29:20 +0000 |
| commit | 2f7180555f2d8b727bde21613fc2474bb4f7664c (patch) | |
| tree | 791291da76fbcf31ce62f72d1a540b67ca20b4f3 /src/lib/server.h | |
| parent | 1895cfd9642f53dd4ea83e53a655f93c8a65b37e (diff) | |
| parent | 7d262f9be3a4c5d8da07dce42f7e2da708f6c7f4 (diff) | |
Merge branch 'master' of /home/carl/git/dvdomatic
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 32ba8dc4b..89aeca626 100644 --- a/src/lib/server.h +++ b/src/lib/server.h @@ -76,7 +76,7 @@ private: class Server { public: - Server (Log* log); + Server (boost::shared_ptr<Log> log); void run (int num_threads); @@ -88,5 +88,5 @@ private: std::list<boost::shared_ptr<Socket> > _queue; boost::mutex _worker_mutex; boost::condition _worker_condition; - Log* _log; + boost::shared_ptr<Log> _log; }; |
