diff options
author | Raghavendra Bhat <raghavendra@redhat.com> | 2015-11-17 14:45:30 +0530 |
---|---|---|
committer | Venky Shankar <vshankar@redhat.com> | 2015-11-22 23:20:06 -0800 |
commit | f12efd1827077292eba08a109d212a25c62476fe (patch) | |
tree | db98fcd24c077f42c82ea32104576a95dc4e6576 /xlators/features/bit-rot/src/bitd/bit-rot.h | |
parent | 8805a4c65bf9c725cb26bb6979f3ebd62748138f (diff) |
features/bit-rot: scrubber changes for getting the list of bad objects from stub
Change-Id: I62885e4aba4a9b345db3c78c3291d563ff3d3567
BUG: 1207627
Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Reviewed-on: http://review.gluster.org/12654
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Diffstat (limited to 'xlators/features/bit-rot/src/bitd/bit-rot.h')
-rw-r--r-- | xlators/features/bit-rot/src/bitd/bit-rot.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/features/bit-rot/src/bitd/bit-rot.h b/xlators/features/bit-rot/src/bitd/bit-rot.h index 7def0606726..16892a7e3fd 100644 --- a/xlators/features/bit-rot/src/bitd/bit-rot.h +++ b/xlators/features/bit-rot/src/bitd/bit-rot.h @@ -264,4 +264,8 @@ _br_child_get_scrub_event (struct br_scrubber *fsscrub) ? BR_SCRUB_EVENT_PAUSE : BR_SCRUB_EVENT_SCHEDULE; } +int32_t +br_get_bad_objects_list (xlator_t *this, dict_t **dict); + + #endif /* __BIT_ROT_H__ */ |