mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
refactor: Make CAddrMan::cs non-recursive
This commit is contained in:
@ -626,8 +626,8 @@ protected:
|
|||||||
FastRandomContext insecure_rand;
|
FastRandomContext insecure_rand;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
//! critical section to protect the inner data structures
|
//! A mutex to protect the inner data structures.
|
||||||
mutable RecursiveMutex cs;
|
mutable Mutex cs;
|
||||||
|
|
||||||
//! Serialization versions.
|
//! Serialization versions.
|
||||||
enum Format : uint8_t {
|
enum Format : uint8_t {
|
||||||
|
Reference in New Issue
Block a user