MCPcopy Create free account
hub / github.com/ElementsProject/elements / LocalServiceInfo

Class LocalServiceInfo

src/net.h:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237extern std::string strSubVersion;
238
239struct LocalServiceInfo {
240 int nScore;
241 uint16_t nPort;
242};
243
244extern Mutex g_maplocalhost_mutex;
245extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(g_maplocalhost_mutex);

Callers 1

AddLocalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected