Persistent TM Store #320
@ -14,7 +14,7 @@ TmStore::TmStore(object_id_t objectId, const char* baseDir, std::string baseName
|
|||||||
RolloverInterval intervalUnit, uint32_t intervalCount, timeval& currentTv,
|
RolloverInterval intervalUnit, uint32_t intervalCount, timeval& currentTv,
|
||||||
StorageManagerIF& tmStore, SdCardMountedIF& sdcMan)
|
StorageManagerIF& tmStore, SdCardMountedIF& sdcMan)
|
||||||
: SystemObject(objectId),
|
: SystemObject(objectId),
|
||||||
baseDir(std::move(baseDir)),
|
baseDir(baseDir),
|
||||||
muellerr marked this conversation as resolved
|
|||||||
baseName(std::move(baseName)),
|
baseName(std::move(baseName)),
|
||||||
currentTv(currentTv),
|
currentTv(currentTv),
|
||||||
sdcMan(sdcMan),
|
sdcMan(sdcMan),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
I don't get why the stores need a reference to a central time. They can look that up by their own I think. Is it necessary to have all stores working on the exact same time?
No. I'll probably update the code so each persistent store calls `Clock::getClock_timeval