diff options
Diffstat (limited to 'src/zenstore/compactcas.cpp')
| -rw-r--r-- | src/zenstore/compactcas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/compactcas.cpp b/src/zenstore/compactcas.cpp index c513aa132..47c31eb5a 100644 --- a/src/zenstore/compactcas.cpp +++ b/src/zenstore/compactcas.cpp @@ -233,7 +233,7 @@ CasContainerStrategy::Flush() } void -CasContainerStrategy::Scrub(ScrubContext& Ctx) +CasContainerStrategy::ScrubStorage(ScrubContext& Ctx) { std::vector<IoHash> BadKeys; uint64_t ChunkCount{0}, ChunkBytes{0}; |