make it compile

pull/709/head
Jeff Becker 8 years ago
parent 69888e148e
commit 34afb54c21

@ -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…
Cancel
Save