diff options
Diffstat (limited to 'xlators/features/changetimerecorder/src/ctr-helper.c')
| -rw-r--r-- | xlators/features/changetimerecorder/src/ctr-helper.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/xlators/features/changetimerecorder/src/ctr-helper.c b/xlators/features/changetimerecorder/src/ctr-helper.c index ba48a70f583..44abf7d5142 100644 --- a/xlators/features/changetimerecorder/src/ctr-helper.c +++ b/xlators/features/changetimerecorder/src/ctr-helper.c @@ -288,14 +288,14 @@ int extract_ctr_options (xlator_t *this, gf_ctr_private_t *_priv) {          GF_OPTION_INIT ("ctr_link_consistency", _priv->ctr_link_consistency,                          bool, out); -        /*Extract ctr_inode_heal_expire_period */ -        GF_OPTION_INIT ("ctr_inode_heal_expire_period", -                        _priv->ctr_inode_heal_expire_period, +        /*Extract ctr_lookupheal_inode_timeout */ +        GF_OPTION_INIT ("ctr_lookupheal_inode_timeout", +                        _priv->ctr_lookupheal_inode_timeout,                          uint64, out); -        /*Extract ctr_hardlink_heal_expire_period*/ -        GF_OPTION_INIT ("ctr_hardlink_heal_expire_period", -                        _priv->ctr_hardlink_heal_expire_period, +        /*Extract ctr_lookupheal_link_timeout*/ +        GF_OPTION_INIT ("ctr_lookupheal_link_timeout", +                        _priv->ctr_lookupheal_link_timeout,                          uint64, out);          /*Extract flag for hot tier brick*/  | 
