From a7d41a64fb11451e622db19813738c3ee3942c92 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 26 Oct 2010 05:20:34 +0000 Subject: report the error if a volume not in the started state is tried to be stopped Signed-off-by: Raghavendra Bhat Signed-off-by: Anand V. Avati BUG: 2010 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2010 --- rpc/xdr/src/cli1-xdr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc/xdr/src/cli1-xdr.h') diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index 38f4a56e7..5bc3b03d2 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -194,6 +194,7 @@ struct gf1_cli_stop_vol_rsp { int op_ret; int op_errno; char *volname; + char *op_errstr; }; typedef struct gf1_cli_stop_vol_rsp gf1_cli_stop_vol_rsp; -- cgit