diff options
| author | Stefan Boberg <[email protected]> | 2023-05-15 20:54:46 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-15 20:54:46 +0200 |
| commit | 583b308a1e605da9bd70484767d6134891b9c3ba (patch) | |
| tree | 5769264a7f637823c39e62cd61a2b44316102d5a /src/zenstore/cas.h | |
| parent | some HttpClient changes eliminating some cpr helpers (diff) | |
| download | zen-583b308a1e605da9bd70484767d6134891b9c3ba.tar.xz zen-583b308a1e605da9bd70484767d6134891b9c3ba.zip | |
minor GC API cleanup
Scrub -> ScrubStorage
Trigger -> TriggerGc (to make relationship to TriggerScrub clearer)
Diffstat (limited to 'src/zenstore/cas.h')
| -rw-r--r-- | src/zenstore/cas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/cas.h b/src/zenstore/cas.h index 9c48d4707..e79dea6c9 100644 --- a/src/zenstore/cas.h +++ b/src/zenstore/cas.h @@ -51,7 +51,7 @@ public: virtual bool ContainsChunk(const IoHash& ChunkHash) = 0; virtual void FilterChunks(HashKeySet& InOutChunks) = 0; virtual void Flush() = 0; - virtual void Scrub(ScrubContext& Ctx) = 0; + virtual void ScrubStorage(ScrubContext& Ctx) = 0; virtual void GarbageCollect(GcContext& GcCtx) = 0; virtual CidStoreSize TotalSize() const = 0; |