mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
refactor: replace RecursiveMutex m_addr_local_mutex with Mutex
This commit is contained in:
parent
93609c1dfa
commit
dec787d8ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue