mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
make it compile for real
This commit is contained in:
parent
34afb54c21
commit
db63bb4495
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace tunnel
|
|||
|
||||
TunnelLatency::Latency TunnelLatency::GetMeanLatency() const
|
||||
{
|
||||
std::unique_lock<std::mutex> l(m_access);
|
||||
std::unique_lock<std::mutex> lock(m_access);
|
||||
Latency l = 0;
|
||||
for(auto s : m_samples)
|
||||
l += s;
|
||||
|
|
Loading…
Add table
Reference in a new issue