aboutsummaryrefslogtreecommitdiff
path: root/zenstore/blockstore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenstore/blockstore.cpp')
-rw-r--r--zenstore/blockstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/blockstore.cpp b/zenstore/blockstore.cpp
index d743c431f..0e1c5b2c7 100644
--- a/zenstore/blockstore.cpp
+++ b/zenstore/blockstore.cpp
@@ -280,7 +280,7 @@ BlockStore::GetReclaimSnapshotState()
}
IoBuffer
-BlockStore::TryGetChunk(const BlockStoreLocation& Location)
+BlockStore::TryGetChunk(const BlockStoreLocation& Location) const
{
RwLock::SharedLockScope InsertLock(m_InsertLock);
if (auto BlockIt = m_ChunkBlocks.find(Location.BlockIndex); BlockIt != m_ChunkBlocks.end())