diff options
| author | Grant Limberg <grant.limberg@zerotier.com> | 2017-10-04 12:01:17 -0700 |
|---|---|---|
| committer | Grant Limberg <grant.limberg@zerotier.com> | 2017-10-04 12:01:17 -0700 |
| commit | 099bedd2e925a489d59fd4ecca59813944887f5f (patch) | |
| tree | 47646d025ad804b9342f9e87f64c1f4de6086469 /node/NetworkConfig.hpp | |
| parent | 4177a115229fe9c3548f9df38d75a5dfdcaa754c (diff) | |
| download | infinitytier-099bedd2e925a489d59fd4ecca59813944887f5f.tar.gz infinitytier-099bedd2e925a489d59fd4ecca59813944887f5f.zip | |
A few more uint64_t -> int64_t changes for timestamps
Diffstat (limited to 'node/NetworkConfig.hpp')
| -rw-r--r-- | node/NetworkConfig.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/NetworkConfig.hpp b/node/NetworkConfig.hpp index 3fd5ddac..1bd3b9aa 100644 --- a/node/NetworkConfig.hpp +++ b/node/NetworkConfig.hpp @@ -418,12 +418,12 @@ public: /** * Controller-side time of config generation/issue */ - uint64_t timestamp; + int64_t timestamp; /** * Max difference between timestamp and tag/capability timestamp */ - uint64_t credentialTimeMaxDelta; + int64_t credentialTimeMaxDelta; /** * Controller-side revision counter for this configuration |
