[#CNode-fDisconnect] = xref:CNode.adoc[CNode]::fDisconnect :relfileprefix: ../ :mrdocs: Setting this to true causes the node to be disconnected the next time DisconnectNodes() runs. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic_bool fDisconnect = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#