summaryrefslogtreecommitdiffstats
path: root/rpc/xdr/src/cli1.x
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/xdr/src/cli1.x')
-rw-r--r--rpc/xdr/src/cli1.x2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpc/xdr/src/cli1.x b/rpc/xdr/src/cli1.x
index 0ac34aea159..6c9f70dffbc 100644
--- a/rpc/xdr/src/cli1.x
+++ b/rpc/xdr/src/cli1.x
@@ -155,7 +155,6 @@ struct gf1_cli_get_vol_rsp {
struct gf1_cli_add_brick_req {
string volname<>;
- gf1_cluster_type type;
int count;
opaque bricks<>;
} ;
@@ -169,7 +168,6 @@ struct gf1_cli_get_vol_rsp {
struct gf1_cli_remove_brick_req {
string volname<>;
- gf1_cluster_type type;
int count;
opaque bricks<>;
} ;