mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-03 08:21:29 +02:00
refactor: replace RecursiveMutex m_addr_local_mutex
with Mutex
This commit is contained in:
parent
93609c1dfa
commit
dec787d8ac
@ -694,7 +694,7 @@ private:
|
||||
|
||||
// Our address, as reported by the peer
|
||||
CService addrLocal GUARDED_BY(m_addr_local_mutex);
|
||||
mutable RecursiveMutex m_addr_local_mutex;
|
||||
mutable Mutex m_addr_local_mutex;
|
||||
|
||||
mapMsgCmdSize mapSendBytesPerMsgCmd GUARDED_BY(cs_vSend);
|
||||
mapMsgCmdSize mapRecvBytesPerMsgCmd GUARDED_BY(cs_vRecv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user