From 2ff188571e94831b389f5677e06b94d11eb5fc62 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Thu, 7 May 2009 11:06:34 +0530 Subject: protocol/client: removed conf->child --- xlators/protocol/client/src/client-protocol.h | 1 - 1 file changed, 1 deletion(-) (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 49dc7a095..1cbb22ef1 100644 --- a/xlators/protocol/client/src/client-protocol.h +++ b/xlators/protocol/client/src/client-protocol.h @@ -67,7 +67,6 @@ typedef struct client_connection client_connection_t; struct _client_conf { transport_t *transport[CHANNEL_MAX]; - xlator_t *child; /* enhancement for 'forget', a must required where lot of stats happening */ -- cgit