mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-28 00:16:17 +02:00
Clean up mutexes
This commit is contained in:
parent
12aeb5859c
commit
2efd00d8ef
8 changed files with 19 additions and 18 deletions
|
@ -90,8 +90,8 @@ private:
|
|||
/// @param deferred the delay after the last call to saveConfig
|
||||
void saveConfig(const std::chrono::milliseconds& deferred = std::chrono::seconds(2));
|
||||
|
||||
mutable std::recursive_mutex sessionsMutex_;
|
||||
mutable std::recursive_mutex clientMutex_;
|
||||
// mutable std::recursive_mutex controlMutex_;
|
||||
// mutable std::recursive_mutex clientMutex_;
|
||||
boost::asio::io_context& io_context_;
|
||||
boost::asio::steady_timer config_timer_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue