show SAM sessions through web interface

This commit is contained in:
orignal 2015-02-20 22:47:36 -05:00
parent c88c6a9b63
commit 05e49bbeab
5 changed files with 73 additions and 4 deletions

View file

@ -738,7 +738,7 @@ namespace client
}
}
SAMSession * SAMBridge::FindSession (const std::string& id)
SAMSession * SAMBridge::FindSession (const std::string& id) const
{
std::unique_lock<std::mutex> l(m_SessionsMutex);
auto it = m_Sessions.find (id);