fixed race condition

This commit is contained in:
orignal 2016-08-15 22:36:58 -04:00
parent a527dcd95b
commit 03f0ca965e
2 changed files with 18 additions and 11 deletions

View file

@ -59,7 +59,7 @@ namespace data
private:
std::mutex m_RequestedDestinationsMutex;
mutable std::mutex m_RequestedDestinationsMutex;
std::map<IdentHash, std::shared_ptr<RequestedDestination> > m_RequestedDestinations;
};
}