[net] Rename the copyStats arg from m_asmap to asmap

The m_ prefix indicates that a variable is a data member. Using it as
a parameter name is misleading.

Also update the name of the function from copyStats to CopyStats to
comply with our style guide.
This commit is contained in:
John Newbery
2021-08-24 11:40:21 +01:00
parent f572f2b204
commit f9002cb5db
3 changed files with 5 additions and 5 deletions

View File

@@ -651,7 +651,7 @@ public:
void CloseSocketDisconnect();
void copyStats(CNodeStats &stats, const std::vector<bool> &m_asmap);
void CopyStats(CNodeStats& stats, const std::vector<bool>& asmap);
ServiceFlags GetLocalServices() const
{