diff options
| author | Stefan Boberg <[email protected]> | 2021-09-20 21:01:01 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-20 21:01:01 +0200 |
| commit | 961173f44df332cd17e1b9875e4ef5eb9cea1d3a (patch) | |
| tree | a76b3adcdebd479c70c57bf9fb0391a1237dd5f4 /zenstore/include | |
| parent | Made use of mimalloc controlled by define (diff) | |
| download | zen-961173f44df332cd17e1b9875e4ef5eb9cea1d3a.tar.xz zen-961173f44df332cd17e1b9875e4ef5eb9cea1d3a.zip | |
Added more scrub stubs in higher level services
Diffstat (limited to 'zenstore/include')
| -rw-r--r-- | zenstore/include/zenstore/cidstore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenstore/include/zenstore/cidstore.h b/zenstore/include/zenstore/cidstore.h index f023ada40..49f2bf99a 100644 --- a/zenstore/include/zenstore/cidstore.h +++ b/zenstore/include/zenstore/cidstore.h @@ -45,6 +45,7 @@ public: IoBuffer FindChunkByCid(const IoHash& DecompressedId); bool ContainsChunk(const IoHash& DecompressedId); void Flush(); + void Scrub(ScrubContext& Ctx); // TODO: add batch filter support |