summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r--cli/src/cli.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h
index 59315797eef..1f5704fd25a 100644
--- a/cli/src/cli.h
+++ b/cli/src/cli.h
@@ -405,13 +405,14 @@ cli_quota_list_xml_error (cli_local_t *local, char *path,
int
cli_quota_xml_output (cli_local_t *local, char *path, int64_t hl_str,
char *sl_final, int64_t sl_num, int64_t used,
- int64_t avail, char *sl, char *hl);
+ int64_t avail, char *sl, char *hl,
+ gf_boolean_t limit_set);
int
cli_quota_object_xml_output (cli_local_t *local, char *path, char *sl_str,
int64_t sl_val, quota_limits_t *limits,
quota_meta_t *used_space, int64_t avail,
- char *sl, char *hl);
+ char *sl, char *hl, gf_boolean_t limit_set);
int
cli_xml_output_peer_status (dict_t *dict, int op_ret, int op_errno,