A few more uint64_t -> int64_t changes for timestamps

This commit is contained in:
Grant Limberg 2017-10-04 12:01:17 -07:00
parent 4177a11522
commit 099bedd2e9
6 changed files with 17 additions and 17 deletions

View file

@ -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