[#CNode-m_has_all_wanted_services] = xref:CNode.adoc[CNode]::m_has_all_wanted_services :relfileprefix: ../ :mrdocs: Whether this peer provides all services that we want. Used for eviction decisions == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic_bool m_has_all_wanted_services = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#