mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 08:09:35 +02:00
start stream
git-svn-id: svn://elaine/murooma/trunk@282 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
ebfcbf5c26
commit
001bfa6aba
8 changed files with 75 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <memory>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
#include <mutex>
|
||||
|
||||
#include "serverSession.h"
|
||||
#include "common/timeUtils.h"
|
||||
|
@ -37,6 +38,7 @@ public:
|
|||
|
||||
private:
|
||||
void acceptor();
|
||||
mutable std::mutex mutex;
|
||||
set<shared_ptr<ServerSession>> sessions;
|
||||
boost::asio::io_service io_service_;
|
||||
unsigned short port_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue