mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
make it compile
This commit is contained in:
parent
69888e148e
commit
34afb54c21
1 changed files with 1 additions and 1 deletions
2
Tunnel.h
2
Tunnel.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue