Browse Source

make it compile

pull/709/head
Jeff Becker 8 years ago
parent
commit
34afb54c21
  1. 2
      Tunnel.h

2
Tunnel.h

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

Loading…
Cancel
Save