diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2010-09-15 06:49:56 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-15 07:18:14 -0700 |
commit | c109ffb893ab80dd7b9dac038f5778961859ceff (patch) | |
tree | 27bdaf888e941008abe496c4dc4721b5950d3ba4 /rpc/rpc-lib/src/protocol-common.h | |
parent | 89ec6582d1977c98372cb69f6471fcfde8437bb7 (diff) |
cli, mgmt/glusterd: disallow probe to a cluster
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1594 (make probe oneway)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1594
Diffstat (limited to 'rpc/rpc-lib/src/protocol-common.h')
-rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index 8f79a03a465..c18f468c20b 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -145,6 +145,7 @@ enum gf_probe_resp { GF_PROBE_SUCCESS, GF_PROBE_LOCALHOST, GF_PROBE_FRIEND, + GF_PROBE_ANOTHER_CLUSTER }; enum gf_cbk_procnum { |