mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-11 21:45:18 +00:00
Times should be int64_t, not uint64_t
This commit is contained in:
parent
c6ae81fac7
commit
b3c2c0866f
@ -244,9 +244,9 @@ private:
|
|||||||
|
|
||||||
// Time we last pushed our local credentials to this member
|
// Time we last pushed our local credentials to this member
|
||||||
struct {
|
struct {
|
||||||
uint64_t tag[ZT_MAX_NETWORK_TAGS];
|
int64_t tag[ZT_MAX_NETWORK_TAGS];
|
||||||
uint64_t cap[ZT_MAX_NETWORK_CAPABILITIES];
|
int64_t cap[ZT_MAX_NETWORK_CAPABILITIES];
|
||||||
uint64_t coo[ZT_MAX_CERTIFICATES_OF_OWNERSHIP];
|
int64_t coo[ZT_MAX_CERTIFICATES_OF_OWNERSHIP];
|
||||||
} _localCredLastPushed;
|
} _localCredLastPushed;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user