diff options
| author | Stefan Boberg <[email protected]> | 2021-05-21 20:43:36 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-05-21 20:43:36 +0200 |
| commit | edb2ea0cae30aeac74d1d48ab9754754f010c818 (patch) | |
| tree | 5b0fc3aa38ea21cdf06c004ee7acf2915d5a369f /zenstore/compactcas.h | |
| parent | Partial refactoring of structured cache implementation - WIP (diff) | |
| download | zen-edb2ea0cae30aeac74d1d48ab9754754f010c818.tar.xz zen-edb2ea0cae30aeac74d1d48ab9754754f010c818.zip | |
Renamed CasBlobFile -> BasicFile
Diffstat (limited to 'zenstore/compactcas.h')
| -rw-r--r-- | zenstore/compactcas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zenstore/compactcas.h b/zenstore/compactcas.h index abea83dbd..3ce91cc52 100644 --- a/zenstore/compactcas.h +++ b/zenstore/compactcas.h @@ -53,8 +53,8 @@ private: CasStore::Stats& m_Stats; uint64_t m_PayloadAlignment = 1 << 4; bool m_IsInitialized = false; - CasBlobFile m_SmallObjectFile; - CasBlobFile m_SmallObjectIndex; + BasicFile m_SmallObjectFile; + BasicFile m_SmallObjectIndex; TCasLogFile<CasDiskIndexEntry> m_CasLog; RwLock m_LocationMapLock; |