socket stuff

git-svn-id: svn://elaine/murooma/trunk@278 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-20 16:58:21 +00:00
parent df77bdd8cb
commit c7655f3e55
2 changed files with 7 additions and 5 deletions

View file

@ -51,6 +51,7 @@ protected:
void writer();
std::atomic<bool> active_;
mutable std::mutex mutex_;
std::thread* readerThread;
std::thread* writerThread;
std::shared_ptr<tcp::socket> socket;