mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-27 21:38:48 +02:00
cleaned up locking
This commit is contained in:
parent
3819fb2355
commit
bc1d96ef89
6 changed files with 44 additions and 37 deletions
|
@ -113,7 +113,6 @@ protected:
|
|||
std::atomic<bool> connected_;
|
||||
MessageReceiver* messageReceiver_;
|
||||
mutable std::mutex mutex_;
|
||||
mutable std::mutex requestMutex_;
|
||||
std::set<std::shared_ptr<PendingRequest>> pendingRequests_;
|
||||
uint16_t reqId_;
|
||||
std::string host_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue