summaryrefslogtreecommitdiffstats
path: root/rpc/xdr/src/cli1.x
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2010-10-26 05:20:34 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-10-26 23:56:24 -0700
commita7d41a64fb11451e622db19813738c3ee3942c92 (patch)
tree70df39892972fa6929dd2fe9e06713d066c83f1a /rpc/xdr/src/cli1.x
parenta53d14d5f5be431279c5e56963b495bf164cf453 (diff)
report the error if a volume not in the started state is tried to be stopped
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 2010 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2010
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 bce605ede5e..d729548ed39 100644
--- a/rpc/xdr/src/cli1.x
+++ b/rpc/xdr/src/cli1.x
@@ -123,6 +123,7 @@ struct gf1_cli_get_vol_rsp {
int op_ret;
int op_errno;
string volname<>;
+ string op_errstr<>;
} ;