diff options
Diffstat (limited to 'src/zenstore/compactcas.h')
| -rw-r--r-- | src/zenstore/compactcas.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenstore/compactcas.h b/src/zenstore/compactcas.h index c0cbbac32..478a1f78e 100644 --- a/src/zenstore/compactcas.h +++ b/src/zenstore/compactcas.h @@ -81,8 +81,9 @@ private: spdlog::logger& Log() { return m_Log; } - std::filesystem::path m_RootDirectory; spdlog::logger& m_Log; + GcManager& m_Gc; + std::filesystem::path m_RootDirectory; uint64_t m_PayloadAlignment = 1u << 4; uint64_t m_MaxBlockSize = 1u << 28; bool m_IsInitialized = false; |