diff options
| author | Dan Engelbrecht <[email protected]> | 2022-03-30 17:04:20 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-03-31 11:29:28 +0200 |
| commit | a8ca6c9a359760d8953c4cbfd46d7194d03103c1 (patch) | |
| tree | 7fd584722dedad494089a5e827808347f534a938 /zenstore/compactcas.h | |
| parent | Fix block migration in compactcas (diff) | |
| download | zen-a8ca6c9a359760d8953c4cbfd46d7194d03103c1.tar.xz zen-a8ca6c9a359760d8953c4cbfd46d7194d03103c1.zip | |
flush important files
add validation on reading logs and index files
Diffstat (limited to 'zenstore/compactcas.h')
| -rw-r--r-- | zenstore/compactcas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zenstore/compactcas.h b/zenstore/compactcas.h index 602c37713..b327d060b 100644 --- a/zenstore/compactcas.h +++ b/zenstore/compactcas.h @@ -63,8 +63,8 @@ struct CasContainerStrategy final : public GcStorage private: CasStore::InsertResult InsertChunk(const void* ChunkData, size_t ChunkSize, const IoHash& ChunkHash); void OpenContainer(bool IsNewStore); - spdlog::logger& Log() { return m_Log; } - void UpdateLocations(const std::span<CasDiskIndexEntry>& Entries); + spdlog::logger& Log() { return m_Log; } + void UpdateLocations(const std::span<CasDiskIndexEntry>& Entries); const CasStoreConfiguration& m_Config; spdlog::logger& m_Log; |