mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
Now stop_ongoing_compactions(reason) is equivalent to to stop_ongoing_compactions(reason, nullptr, std::nullopt) so share the code of the latter for the former entry point. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>