refactor: replace RecursiveMutex g_maplocalhost_mutex with Mutex

This commit is contained in:
w0xlt
2022-01-19 07:06:36 -03:00
parent a7da1409bc
commit 5e7e4c9f6e
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ struct LocalServiceInfo {
uint16_t nPort;
};
extern RecursiveMutex g_maplocalhost_mutex;
extern Mutex g_maplocalhost_mutex;
extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(g_maplocalhost_mutex);
extern const std::string NET_MESSAGE_COMMAND_OTHER;