diff --git a/sstables/sstables.hh b/sstables/sstables.hh index 49a128205c..6640214e30 100644 --- a/sstables/sstables.hh +++ b/sstables/sstables.hh @@ -555,6 +555,8 @@ private: public: const bool has_component(component_type f) const; + sstables_manager& manager() { return _manager; } + const sstables_manager& manager() const { return _manager; } private: future open_file(component_type, open_flags, file_open_options = {}) noexcept;