From 2323b92d9b7b679c84cab64697fc715434e28ac9 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Tue, 10 Mar 2009 00:27:52 +0530 Subject: failover to any active transport when requested channel is not connected Signed-off-by: Anand V. Avati --- xlators/protocol/client/src/client-protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/protocol/client/src/client-protocol.h') diff --git a/xlators/protocol/client/src/client-protocol.h b/xlators/protocol/client/src/client-protocol.h index 513267d3783..ce8cd516953 100644 --- a/xlators/protocol/client/src/client-protocol.h +++ b/xlators/protocol/client/src/client-protocol.h @@ -54,8 +54,8 @@ enum { CHANNEL_LOWLAT = 1, CHANNEL_MAX }; -#define CLIENT_CHANNEL(xl,id) \ - (((client_conf_t *)(xl->private))->transport[id]) + +#define CLIENT_CHANNEL client_channel struct client_connection; typedef struct client_connection client_connection_t; -- cgit