From 1e1f97a89cdd454bcfbf158ae7520932bacb1aa1 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 14 Oct 2010 02:34:31 +0000 Subject: client: move reopen{,dir} code to handshake file and minor log level changes Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875 --- xlators/protocol/client/src/client-helpers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/protocol/client/src/client-helpers.c') diff --git a/xlators/protocol/client/src/client-helpers.c b/xlators/protocol/client/src/client-helpers.c index 8c90fd9a961..4dd51257b6e 100644 --- a/xlators/protocol/client/src/client-helpers.c +++ b/xlators/protocol/client/src/client-helpers.c @@ -25,6 +25,7 @@ #include "client.h" #include "fd.h" + clnt_fd_ctx_t * this_fd_del_ctx (fd_t *file, xlator_t *this) { -- cgit