diff --git a/service/storage_service.hh b/service/storage_service.hh index c7e14b4f62..4412cb7266 100644 --- a/service/storage_service.hh +++ b/service/storage_service.hh @@ -85,6 +85,14 @@ public: } static int RING_DELAY; // delay after which we assume ring has stablized + bool incremental_backups_enabled() { + return _cfg->incremental_backups(); + } + + void incremental_backups_set_value(bool val) { + _cfg->incremental_backups() = val; + } + // Needed by distributed<> future<> stop();