diff options
Diffstat (limited to 'src/zenstore/include')
| -rw-r--r-- | src/zenstore/include/zenstore/blockstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/include/zenstore/blockstore.h b/src/zenstore/include/zenstore/blockstore.h index cd475cd8b..75accd9b8 100644 --- a/src/zenstore/include/zenstore/blockstore.h +++ b/src/zenstore/include/zenstore/blockstore.h @@ -193,7 +193,7 @@ class BlockStoreCompactState public: BlockStoreCompactState() = default; - void AddBlock(uint32_t BlockIndex) + void IncludeBlock(uint32_t BlockIndex) { auto It = m_BlockIndexToChunkMapIndex.find(BlockIndex); if (It == m_BlockIndexToChunkMapIndex.end()) |