From 71c766a3b2394f640f6b5ca57613696afef5999f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 16 Sep 2019 15:09:56 -0700 Subject: [PATCH] Build fix --- node/Meter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Meter.hpp b/node/Meter.hpp index cfa4891a0..301fc97f9 100644 --- a/node/Meter.hpp +++ b/node/Meter.hpp @@ -69,7 +69,7 @@ private: volatile double _history[ZT_METER_HISTORY_LENGTH]; volatile int64_t _ts; volatile uint64_t _count; - volatile AtomicCounter _hptr; + AtomicCounter _hptr; }; } // namespace ZeroTier