diff options
Diffstat (limited to 'zenstore/cidstore.cpp')
| -rw-r--r-- | zenstore/cidstore.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zenstore/cidstore.cpp b/zenstore/cidstore.cpp index c91f69ff7..4ddf34c79 100644 --- a/zenstore/cidstore.cpp +++ b/zenstore/cidstore.cpp @@ -289,4 +289,10 @@ CidStore::Scrub(ScrubContext& Ctx) m_Impl->Scrub(Ctx); } +CasStoreSize +CidStore::CasSize() const +{ + return m_Impl->m_CasStore.TotalSize(); +} + } // namespace zen |