mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
refactor: Make CAddrMan::cs non-recursive
This commit is contained in:
parent
f5d1c7fac7
commit
ae98aec9c0
1 changed files with 2 additions and 2 deletions
|
|
@ -626,8 +626,8 @@ protected:
|
|||
FastRandomContext insecure_rand;
|
||||
|
||||
private:
|
||||
//! critical section to protect the inner data structures
|
||||
mutable RecursiveMutex cs;
|
||||
//! A mutex to protect the inner data structures.
|
||||
mutable Mutex cs;
|
||||
|
||||
//! Serialization versions.
|
||||
enum Format : uint8_t {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue