Added global config value with unix time of system boot, for system-wide consistent time calculations
This commit is contained in:
parent
4033f1d009
commit
97f040cefd
2 changed files with 19 additions and 0 deletions
|
@ -203,6 +203,7 @@ namespace Util{
|
|||
const char * ptr(size_t recordNo) const;
|
||||
void set(uint64_t val, size_t recordNo = 0);
|
||||
void set(const std::string &val, size_t recordNo = 0);
|
||||
operator bool() const {return src;}
|
||||
|
||||
private:
|
||||
RelAccX *src;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue