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