diff options
| author | Amar Tumballi <amar@gluster.com> | 2010-10-14 02:34:31 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2010-10-24 22:43:20 -0700 | 
| commit | 1e1f97a89cdd454bcfbf158ae7520932bacb1aa1 (patch) | |
| tree | 53e755f5e8200b442e0459dc897190730aef45de /xlators/protocol/client/src/client-helpers.c | |
| parent | 44b27f7ec27173c5d12c12aa3947cc1f409d8c1f (diff) | |
client: move reopen{,dir} code to handshake file
and minor log level changes
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
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
Diffstat (limited to 'xlators/protocol/client/src/client-helpers.c')
| -rw-r--r-- | xlators/protocol/client/src/client-helpers.c | 1 | 
1 files changed, 1 insertions, 0 deletions
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)  {  | 
