[#CConnman-GetNodesMutex] = xref:CConnman.adoc[CConnman]::GetNodesMutex :relfileprefix: ../ :mrdocs: Return the mutex guarding the node list (for thread‐safety annotations only). == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[lock_returned(this‐>m_nodes_mutex)]] xref:Mutex.adoc[Mutex]& GetNodesMutex() const; ---- == Return Value a reference to the mutex guarding the node list. [.small]#Created with https://www.mrdocs.com[MrDocs]#