Added global config value with unix time of system boot, for system-wide consistent time calculations

This commit is contained in:
Siddarth Tegginamani 2021-11-10 13:03:27 +01:00 committed by Thulinma
parent 4033f1d009
commit 97f040cefd
2 changed files with 19 additions and 0 deletions

View file

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