See: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rcoro-reference-parameters
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
RecoveryBackend::interruptible_future<BackfillInterval>
RecoveryBackend::scan_for_backfill(
- const hobject_t& start,
+ const hobject_t start,
[[maybe_unused]] const std::int64_t min,
const std::int64_t max)
{
eversion_t need) = 0;
interruptible_future<BackfillInterval> scan_for_backfill(
- const hobject_t& from,
+ const hobject_t from,
std::int64_t min,
std::int64_t max);