diff options
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
| -rw-r--r-- | xlators/cluster/afr/src/afr.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index d9a3435c3..a7f980475 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -92,7 +92,13 @@ typedef struct {  	off_t offset;  	loc_t parent_loc; + +        /* private data for the particular self-heal algorithm */ +        void *private; +  	int (*completion_cbk) (call_frame_t *frame, xlator_t *this); +        int (*algo_completion_cbk) (call_frame_t *frame, xlator_t *this); +        int (*algo_abort_cbk) (call_frame_t *frame, xlator_t *this);  	call_frame_t *sh_frame;  } afr_self_heal_t;  | 
