From 099bedd2e925a489d59fd4ecca59813944887f5f Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 4 Oct 2017 12:01:17 -0700 Subject: A few more uint64_t -> int64_t changes for timestamps --- node/NetworkConfig.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/NetworkConfig.hpp') 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 -- cgit v1.2.3