mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-19 05:26:54 +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 int64_t _ts;
|
||||
volatile uint64_t _count;
|
||||
volatile AtomicCounter _hptr;
|
||||
AtomicCounter _hptr;
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Reference in a new issue