mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-27 15:07:06 +02:00
Replace some pointers with references
This commit is contained in:
parent
dde63f9dd8
commit
dec7306a84
17 changed files with 77 additions and 67 deletions
|
@ -175,7 +175,7 @@ session_ptr StreamServer::getStreamSession(StreamSession* streamSession) const
|
|||
|
||||
session_ptr StreamServer::getStreamSession(const std::string& clientId) const
|
||||
{
|
||||
// LOG(INFO) << "getStreamSession: " << mac << "\n";
|
||||
// LOG(INFO, LOG_TAG) << "getStreamSession: " << mac << "\n";
|
||||
std::lock_guard<std::recursive_mutex> mlock(sessionsMutex_);
|
||||
for (auto session : sessions_)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue