diff options
Diffstat (limited to 'src/zenstore/filecas.h')
| -rw-r--r-- | src/zenstore/filecas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenstore/filecas.h b/src/zenstore/filecas.h index 420b3a634..01d3648da 100644 --- a/src/zenstore/filecas.h +++ b/src/zenstore/filecas.h @@ -46,8 +46,8 @@ struct FileCasStrategy final : public GcStorage private: void MakeIndexSnapshot(); - uint64_t ReadIndexFile(); - uint64_t ReadLog(uint64_t LogPosition); + uint64_t ReadIndexFile(const std::filesystem::path& IndexPath, uint32_t& OutVersion); + uint64_t ReadLog(const std::filesystem::path& LogPath, uint64_t LogPosition); struct IndexEntry { |