diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-05-07 11:06:34 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-05-07 11:06:34 +0530 |
commit | 2ff188571e94831b389f5677e06b94d11eb5fc62 (patch) | |
tree | a623c609bb6712eb95da79f3195ff222043d0be8 /xlators/protocol/client/src/client-protocol.h | |
parent | f9f5519b66a25651eb03de577f68d481abdd4c40 (diff) |
protocol/client: removed conf->child
Diffstat (limited to 'xlators/protocol/client/src/client-protocol.h')
-rw-r--r-- | xlators/protocol/client/src/client-protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client-protocol.h b/xlators/protocol/client/src/client-protocol.h index 49dc7a09553..1cbb22ef1df 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 */ |