mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
scripted-diff: rename cs_SubVer -> m_subver_mutex
-BEGIN VERIFY SCRIPT- sed -i 's/cs_SubVer/m_subver_mutex/g' ./src/net.h ./src/net.cpp ./src/net_processing.cpp -END VERIFY SCRIPT-
This commit is contained in:
parent
807169e10b
commit
0639aba42a
3 changed files with 4 additions and 4 deletions
|
|
@ -595,7 +595,7 @@ void CNode::CopyStats(CNodeStats& stats)
|
|||
X(m_addr_name);
|
||||
X(nVersion);
|
||||
{
|
||||
LOCK(cs_SubVer);
|
||||
LOCK(m_subver_mutex);
|
||||
X(cleanSubVer);
|
||||
}
|
||||
stats.fInbound = IsInboundConn();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue