Browse Source

Build fix

Adam Ierymenko 5 years ago
parent
commit
71c766a3b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node/Meter.hpp

+ 1 - 1
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