cold redundant and hot redundant configuration

This commit is contained in:
2021-07-12 14:32:20 +02:00
committed by Robin Mueller
parent 37feaa0a54
commit 9284398b8b
7 changed files with 149 additions and 45 deletions

View File

@ -17,6 +17,8 @@ private:
LocalPoolDataSetBase* getDataSetHandle(sid_t sid) override;
ReturnValue_t checkModeCommand(Mode_t mode, Submode_t submode,
uint32_t *msToReachTheMode);
ReturnValue_t sdCardInit();
};