A few more uint64_t -> int64_t changes for timestamps
This commit is contained in:
parent
4177a11522
commit
099bedd2e9
6 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue