We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
m_addr_local_mutex
1 parent 93609c1 commit dec787dCopy full SHA for dec787d
src/net.h
@@ -694,7 +694,7 @@ class CNode
694
695
// Our address, as reported by the peer
696
CService addrLocal GUARDED_BY(m_addr_local_mutex);
697
- mutable RecursiveMutex m_addr_local_mutex;
+ mutable Mutex m_addr_local_mutex;
698
699
mapMsgCmdSize mapSendBytesPerMsgCmd GUARDED_BY(cs_vSend);
700
mapMsgCmdSize mapRecvBytesPerMsgCmd GUARDED_BY(cs_vRecv);
0 commit comments