diff options
Diffstat (limited to 'src/zenstore/filecas.h')
| -rw-r--r-- | src/zenstore/filecas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/filecas.h b/src/zenstore/filecas.h index 01d3648da..5dbf820e5 100644 --- a/src/zenstore/filecas.h +++ b/src/zenstore/filecas.h @@ -40,7 +40,7 @@ struct FileCasStrategy final : public GcStorage bool HaveChunk(const IoHash& ChunkHash); void FilterChunks(HashKeySet& InOutChunks); void Flush(); - void Scrub(ScrubContext& Ctx); + void ScrubStorage(ScrubContext& Ctx); virtual void CollectGarbage(GcContext& GcCtx) override; virtual GcStorageSize StorageSize() const override { return {.DiskSize = m_TotalSize.load(std::memory_order::relaxed)}; } |