summaryrefslogtreecommitdiffstats
path: root/rpc/xdr/src/cli1.x
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2010-08-25 06:16:46 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-08-26 00:09:17 -0700
commit7c7219fd881dd6485fbad2e80121a3c2dffd6d9b (patch)
treea9687f7f7fc57e117d00c7bc93d11969f6d989f0 /rpc/xdr/src/cli1.x
parent194ec62165c89a84ad7d36013dd77e981a374c93 (diff)
Cli volume create validation
Signed-off-by: shishir gowda <shishirng@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 1185 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1185
Diffstat (limited to 'rpc/xdr/src/cli1.x')
-rw-r--r--rpc/xdr/src/cli1.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/cli1.x b/rpc/xdr/src/cli1.x
index 8f0dfc3c045..6ca60020f43 100644
--- a/rpc/xdr/src/cli1.x
+++ b/rpc/xdr/src/cli1.x
@@ -77,6 +77,7 @@ struct gf1_cli_get_vol_rsp {
int op_ret;
int op_errno;
string volname<>;
+ string op_errstr<>;
} ;
struct gf1_cli_delete_vol_req {