mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Build fix
This commit is contained in:
parent
eef66aee9a
commit
71c766a3b2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ private:
|
||||||
volatile double _history[ZT_METER_HISTORY_LENGTH];
|
volatile double _history[ZT_METER_HISTORY_LENGTH];
|
||||||
volatile int64_t _ts;
|
volatile int64_t _ts;
|
||||||
volatile uint64_t _count;
|
volatile uint64_t _count;
|
||||||
volatile AtomicCounter _hptr;
|
AtomicCounter _hptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace ZeroTier
|
} // namespace ZeroTier
|
||||||
|
|
Loading…
Add table
Reference in a new issue