summaryrefslogtreecommitdiffstats
path: root/src/osd/scrubber/osd_scrub.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/scrubber/osd_scrub.h')
-rw-r--r--src/osd/scrubber/osd_scrub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/scrubber/osd_scrub.h b/src/osd/scrubber/osd_scrub.h
index 570430660ed..56167df2ee6 100644
--- a/src/osd/scrubber/osd_scrub.h
+++ b/src/osd/scrubber/osd_scrub.h
@@ -67,8 +67,8 @@ class OsdScrub {
// updating the resource counters
bool inc_scrubs_local();
void dec_scrubs_local();
- bool inc_scrubs_remote();
- void dec_scrubs_remote();
+ bool inc_scrubs_remote(pg_t pgid);
+ void dec_scrubs_remote(pg_t pgid);
// counting the number of PGs stuck while scrubbing, waiting for objects
void mark_pg_scrub_blocked(spg_t blocked_pg);