diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h index 37a5737060c..335513b4934 100644 --- a/xlators/mgmt/glusterd/src/glusterd.h +++ b/xlators/mgmt/glusterd/src/glusterd.h @@ -309,6 +309,7 @@ typedef struct tier_info_ { int cold_replica_count; int cold_disperse_count; int cold_dist_leaf_count; + int cold_redundancy_count; int hot_type; int hot_brick_count; int hot_replica_count; @@ -899,6 +900,10 @@ int glusterd_fetchsnap_notify (xlator_t *this); int +glusterd_add_tier_volume_detail_to_dict (glusterd_volinfo_t *volinfo, + dict_t *volumes, int count); + +int glusterd_add_volume_detail_to_dict (glusterd_volinfo_t *volinfo, dict_t *volumes, int count); |