mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-28 00:16:17 +02:00
socket stuff
git-svn-id: svn://elaine/murooma/trunk@278 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
df77bdd8cb
commit
c7655f3e55
2 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue