diff options
Diffstat (limited to 'zenstore/compactcas.h')
| -rw-r--r-- | zenstore/compactcas.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/zenstore/compactcas.h b/zenstore/compactcas.h index a2ef1fa2b..37d5bb776 100644 --- a/zenstore/compactcas.h +++ b/zenstore/compactcas.h @@ -106,12 +106,12 @@ private: void OpenContainer(bool IsNewStore); spdlog::logger& Log() { return m_Log; } - const CasStoreConfiguration& m_Config; - spdlog::logger& m_Log; - uint64_t m_PayloadAlignment = 1 << 4; - bool m_IsInitialized = false; - BasicFile m_SmallObjectFile; -// BasicFile m_SmallObjectIndex; + const CasStoreConfiguration& m_Config; + spdlog::logger& m_Log; + uint64_t m_PayloadAlignment = 1 << 4; + bool m_IsInitialized = false; + BasicFile m_SmallObjectFile; + // BasicFile m_SmallObjectIndex; TCasLogFile<CasDiskIndexEntry> m_CasLog; std::string m_ContainerBaseName; @@ -119,8 +119,8 @@ private: std::unordered_map<IoHash, CasDiskLocation, IoHash::Hasher> m_LocationMap; RwLock m_InsertLock; // used to serialize inserts std::atomic_uint64_t m_CurrentInsertOffset{}; -// std::atomic_uint64_t m_CurrentIndexOffset{}; - std::atomic_uint64_t m_TotalSize{}; + // std::atomic_uint64_t m_CurrentIndexOffset{}; + std::atomic_uint64_t m_TotalSize{}; }; void compactcas_forcelink(); |