From 8b667fed03a49dc59ef9ae937a081145d38dc5a1 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 14 Sep 2010 05:23:35 +0000 Subject: check if the export directory is present while starting volume and send the response to cli Signed-off-by: Raghavendra Bhat Signed-off-by: Vijay Bellur BUG: 1593 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1593 --- rpc/xdr/src/cli1.x | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc/xdr/src/cli1.x') diff --git a/rpc/xdr/src/cli1.x b/rpc/xdr/src/cli1.x index 0ffe32726ca..03c175e63c7 100644 --- a/rpc/xdr/src/cli1.x +++ b/rpc/xdr/src/cli1.x @@ -105,6 +105,7 @@ struct gf1_cli_get_vol_rsp { int op_ret; int op_errno; string volname<>; + string op_errstr<>; } ; struct gf1_cli_stop_vol_req { -- cgit