aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/filecas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenstore/filecas.h')
-rw-r--r--src/zenstore/filecas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/filecas.h b/src/zenstore/filecas.h
index e4eab183a..d9186f05b 100644
--- a/src/zenstore/filecas.h
+++ b/src/zenstore/filecas.h
@@ -55,7 +55,7 @@ private:
};
using IndexMap = tsl::robin_map<IoHash, IndexEntry, IoHash::Hasher>;
- CasStore::InsertResult InsertChunk(const void* ChunkData, size_t ChunkSize, const IoHash& ChunkHash);
+ CasStore::InsertResult InsertChunkData(const void* ChunkData, size_t ChunkSize, const IoHash& ChunkHash);
std::filesystem::path m_RootDirectory;
RwLock m_Lock;