diff options
| author | Stefan Boberg <[email protected]> | 2021-08-11 12:09:34 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-11 12:09:52 +0200 |
| commit | f84f5d9c1ca60c39cb27c806900d6a99727650d3 (patch) | |
| tree | ac7b7b8337456a57175b5750c13424464bfd5fbd /zenstore/compactcas.h | |
| parent | trivial: Updated comment (diff) | |
| download | zen-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.h | 1 |
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; |