mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
refactor: replace RecursiveMutex g_maplocalhost_mutex with Mutex
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user