diff options
Diffstat (limited to 'xlators/features/bit-rot/src/bitd/bit-rot-scrub.h')
| -rw-r--r-- | xlators/features/bit-rot/src/bitd/bit-rot-scrub.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/xlators/features/bit-rot/src/bitd/bit-rot-scrub.h b/xlators/features/bit-rot/src/bitd/bit-rot-scrub.h index 4f00020d66a..6c4254a397a 100644 --- a/xlators/features/bit-rot/src/bitd/bit-rot-scrub.h +++ b/xlators/features/bit-rot/src/bitd/bit-rot-scrub.h @@ -16,6 +16,12 @@  void *br_fsscanner (void *); +int32_t br_fsscan_schedule (xlator_t *, br_child_t *, +                            struct br_scanfs *, struct br_scrubber *); +int32_t br_fsscan_reschedule (xlator_t *this, +                              br_child_t *child, struct br_scanfs *, +                              struct br_scrubber *, gf_boolean_t); +  int32_t br_scrubber_handle_options (xlator_t *, br_private_t *, dict_t *);  int32_t br_scrubber_init (xlator_t *, br_private_t *);  | 
