Build fix

This commit is contained in:
Adam Ierymenko 2019-09-16 15:09:56 -07:00
parent eef66aee9a
commit 71c766a3b2
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3

View File

@ -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