summaryrefslogtreecommitdiffstats
path: root/rpc/xdr/src/cli1-xdr.h
diff options
context:
space:
mode:
authorKrishnan Parthasarathi <kparthas@redhat.com>2013-12-23 14:07:40 +0530
committerVijay Bellur <vbellur@redhat.com>2013-12-23 06:56:17 -0800
commit3ef4b7eb9d1f4e305e1b7c85ee5bb51d7b18e305 (patch)
treee7fb00cd96683472e414989fd989c199bc34558b /rpc/xdr/src/cli1-xdr.h
parent7683a4bed9d3168f9a6e70af1a7e316334b201cb (diff)
cli: More checks in rebalance status output
Change-Id: Ibd2edc5608ae6d3370607bff1c626c8347c4deda BUG: 1031887 Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com> Reviewed-on: http://review.gluster.org/6561 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.h')
-rw-r--r--rpc/xdr/src/cli1-xdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h
index 0bed637e283..e1cb34dc96f 100644
--- a/rpc/xdr/src/cli1-xdr.h
+++ b/rpc/xdr/src/cli1-xdr.h
@@ -52,6 +52,7 @@ enum gf_defrag_status_t {
GF_DEFRAG_STATUS_LAYOUT_FIX_STOPPED = 6,
GF_DEFRAG_STATUS_LAYOUT_FIX_COMPLETE = 7,
GF_DEFRAG_STATUS_LAYOUT_FIX_FAILED = 8,
+ GF_DEFRAG_STATUS_MAX = 9,
};
typedef enum gf_defrag_status_t gf_defrag_status_t;