mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-04 17:00:52 +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
|
// Our address, as reported by the peer
|
||||||
CService addrLocal GUARDED_BY(m_addr_local_mutex);
|
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 mapSendBytesPerMsgCmd GUARDED_BY(cs_vSend);
|
||||||
mapMsgCmdSize mapRecvBytesPerMsgCmd GUARDED_BY(cs_vRecv);
|
mapMsgCmdSize mapRecvBytesPerMsgCmd GUARDED_BY(cs_vRecv);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user