aboutsummaryrefslogtreecommitdiff
path: root/zenstore/include
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-12-01 16:17:30 +0100
committerPer Larsson <[email protected]>2021-12-01 16:17:30 +0100
commit9045ebeb0f1bf4290013749482a8ee8f9c007088 (patch)
treeb9f7345ea400e8e8c3d1d493dd23299442593cb6 /zenstore/include
parentAdded CacheStore and CAS store sizes to status endpoint. (diff)
downloadzen-9045ebeb0f1bf4290013749482a8ee8f9c007088.tar.xz
zen-9045ebeb0f1bf4290013749482a8ee8f9c007088.zip
Added naive container CAS GC support.
Diffstat (limited to 'zenstore/include')
-rw-r--r--zenstore/include/zenstore/gc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zenstore/include/zenstore/gc.h b/zenstore/include/zenstore/gc.h
index 8efe933a0..6b00f1ffb 100644
--- a/zenstore/include/zenstore/gc.h
+++ b/zenstore/include/zenstore/gc.h
@@ -38,6 +38,9 @@ public:
bool IsDeletionMode() const;
void SetDeletionMode(bool NewState);
+ bool IsContainerGcEnabled() const;
+ void SetContainerGcEnabled(bool NewState);
+
private:
struct GcState;