From 5a6720f1ee4ad6d96dae23742315c8ef35555a3b Mon Sep 17 00:00:00 2001 From: Mohammed Junaid Ahmed Date: Mon, 14 Feb 2011 19:27:34 +0000 Subject: syncdaemon: Moved the gsync start code to cli. Signed-off-by: Junaid Signed-off-by: Anand V. Avati BUG: 1570 (geosync related changes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570 --- 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 97c50f6fd7a..0e18c6ab922 100644 --- a/rpc/xdr/src/cli1.x +++ b/rpc/xdr/src/cli1.x @@ -301,6 +301,7 @@ struct gf1_cli_gsync_set_rsp { int op_errno; string op_errstr<>; int type; + int config_type; string op_name<>; string master<>; string slave<>; -- cgit