diff --git a/sstables/sstables.hh b/sstables/sstables.hh index 6add04fb92..9900249822 100644 --- a/sstables/sstables.hh +++ b/sstables/sstables.hh @@ -212,6 +212,10 @@ public: _marked_for_deletion = true; } + bool marked_for_deletion() const { + return _marked_for_deletion; + } + void add_ancestor(int generation) { _collector.add_ancestor(generation); }