[#mapLocalHost] = mapLocalHost :mrdocs: Map of our known local addresses to their advertised service info. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f950ecda6c8), guarded_by(0x7f950fb41778), guarded_by(0x7f9508ae88f8), guarded_by(0x7f951e4abba8), guarded_by(0x7f9504219298), guarded_by(0x7f94f8d60c08), guarded_by(0x7f950fb40648), guarded_by(0x7f95218a0fb8), guarded_by(0x7f951d6d4998), guarded_by(0x7f95042188f8)]] extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#