mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Add documentation
This commit is contained in:
parent
a937320ac5
commit
4639aba4f1
34 changed files with 199 additions and 78 deletions
|
@ -146,7 +146,7 @@ void ControlServer::onMessageReceived(std::shared_ptr<ControlSession> session, c
|
|||
}
|
||||
|
||||
|
||||
void ControlServer::onNewSession(shared_ptr<ControlSession> session)
|
||||
void ControlServer::onNewSession(std::shared_ptr<ControlSession> session)
|
||||
{
|
||||
std::lock_guard<std::recursive_mutex> mlock(session_mutex_);
|
||||
session->start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue