From 4b813b3d14476a5cf6a3a54c32c2939a31fe9ba9 Mon Sep 17 00:00:00 2001 From: Kaushik BV Date: Sun, 17 Apr 2011 10:46:06 +0000 Subject: mgmt/glusterd: unify the geo-replication status rpc messages. the intelligence of determining the type of status command is now at glusterd, rather then explicitly setting it while parsing at cli. Signed-off-by: Kaushik BV Signed-off-by: Anand Avati BUG: 2536 (gsync service introspection) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2536 --- rpc/xdr/src/cli1-xdr.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'rpc/xdr') diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index 2002a3ae473..0a4b4ebd5f5 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -93,9 +93,6 @@ enum gf1_cli_gsync_set { GF_GSYNC_OPTION_TYPE_CONFIG_GET = 6, GF_GSYNC_OPTION_TYPE_CONFIG_GET_ALL = 7, GF_GSYNC_OPTION_TYPE_STATUS = 8, - GF_GSYNC_OPTION_TYPE_STATUS_ALL = 9, - GF_GSYNC_OPTION_TYPE_STATUS_MASTER = 10, - GF_GSYNC_OPTION_TYPE_STATUS_MST_SLV = 11 }; typedef enum gf1_cli_gsync_set gf1_cli_gsync_set; -- cgit