diff options
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index 612f87c7c..ee027b261 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -258,6 +258,11 @@ CasContainerStrategy::Scrub(ScrubContext& Ctx) } void +CasContainerStrategy::GarbageCollect(GcContext& GcCtx) +{ +} + +void CasContainerStrategy::MakeSnapshot() { RwLock::SharedLockScope _(m_LocationMapLock); |