aboutsummaryrefslogtreecommitdiff
path: root/zenstore/compactcas.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-05-21 20:43:36 +0200
committerStefan Boberg <[email protected]>2021-05-21 20:43:36 +0200
commitedb2ea0cae30aeac74d1d48ab9754754f010c818 (patch)
tree5b0fc3aa38ea21cdf06c004ee7acf2915d5a369f /zenstore/compactcas.h
parentPartial refactoring of structured cache implementation - WIP (diff)
downloadzen-edb2ea0cae30aeac74d1d48ab9754754f010c818.tar.xz
zen-edb2ea0cae30aeac74d1d48ab9754754f010c818.zip
Renamed CasBlobFile -> BasicFile
Diffstat (limited to 'zenstore/compactcas.h')
-rw-r--r--zenstore/compactcas.h4
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;