1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

make it compile

This commit is contained in:
Jeff Becker 2016-11-15 11:16:32 -05:00
parent 69888e148e
commit 34afb54c21

View File

@ -91,7 +91,7 @@ namespace tunnel
Latency GetMeanLatency() const;
std::vector<Sample> m_samples;
std::mutex m_access;
mutable std::mutex m_access;
};
class OutboundTunnel;