diff options
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index 3541f22ee..020fd6dbc 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -527,8 +527,12 @@ CasContainerStrategy::OpenContainer(bool IsNewStore) } }); + // TODO: MaxFileOffset needs to be calculated when we have final m_LocationMap + m_CurrentInsertOffset = (MaxFileOffset + m_PayloadAlignment - 1) & ~(m_PayloadAlignment - 1); m_CurrentIndexOffset = m_SmallObjectIndex.FileSize(); + + // TODO: Rewrite cal-log from m_LocationMap } void |