summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r--xlators/cluster/afr/src/afr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h
index 870d26b7689..6a14febec0a 100644
--- a/xlators/cluster/afr/src/afr.h
+++ b/xlators/cluster/afr/src/afr.h
@@ -760,6 +760,12 @@ typedef struct afr_spb_status {
loc_t *loc;
} afr_spb_status_t;
+typedef struct afr_replace_brick_args {
+ call_frame_t *frame;
+ loc_t loc;
+ int rb_index;
+} afr_replace_brick_args_t;
+
typedef struct afr_read_subvol_args {
ia_type_t ia_type;
uuid_t gfid;