diff options
| author | Per Larsson <[email protected]> | 2021-12-01 16:17:30 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-12-01 16:17:30 +0100 |
| commit | 9045ebeb0f1bf4290013749482a8ee8f9c007088 (patch) | |
| tree | b9f7345ea400e8e8c3d1d493dd23299442593cb6 /zenstore/include | |
| parent | Added CacheStore and CAS store sizes to status endpoint. (diff) | |
| download | zen-9045ebeb0f1bf4290013749482a8ee8f9c007088.tar.xz zen-9045ebeb0f1bf4290013749482a8ee8f9c007088.zip | |
Added naive container CAS GC support.
Diffstat (limited to 'zenstore/include')
| -rw-r--r-- | zenstore/include/zenstore/gc.h | 3 |
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; |