aboutsummaryrefslogtreecommitdiff
path: root/zenstore/compactcas.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-11 12:09:34 +0200
committerStefan Boberg <[email protected]>2021-08-11 12:09:52 +0200
commitf84f5d9c1ca60c39cb27c806900d6a99727650d3 (patch)
treeac7b7b8337456a57175b5750c13424464bfd5fbd /zenstore/compactcas.h
parenttrivial: Updated comment (diff)
downloadzen-f84f5d9c1ca60c39cb27c806900d6a99727650d3.tar.xz
zen-f84f5d9c1ca60c39cb27c806900d6a99727650d3.zip
Implemented Flush() operation for CID/CAS store interfaces
Diffstat (limited to 'zenstore/compactcas.h')
-rw-r--r--zenstore/compactcas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenstore/compactcas.h b/zenstore/compactcas.h
index db115c85d..c65af0435 100644
--- a/zenstore/compactcas.h
+++ b/zenstore/compactcas.h
@@ -47,6 +47,7 @@ struct CasContainerStrategy
CasStore::InsertResult InsertChunk(IoBuffer Chunk, const IoHash& chunkHash);
IoBuffer FindChunk(const IoHash& chunkHash);
void Initialize(const std::string_view ContainerBaseName, uint64_t Alignment, bool IsNewStore);
+ void Flush();
private:
const CasStoreConfiguration& m_Config;