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.h | |
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.h')
-rw-r--r-- | xlators/protocol/client/src/client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h index 39dfc36ea..e353bb68a 100644 --- a/xlators/protocol/client/src/client.h +++ b/xlators/protocol/client/src/client.h @@ -99,7 +99,6 @@ typedef struct client_local { uint32_t flags; uint32_t wbflags; struct iobref *iobref; - fop_cbk_fn_t op; client_posix_lock_t *client_lock; uint64_t owner; @@ -178,4 +177,6 @@ int client_notify_parents_child_up (xlator_t *this); int32_t is_client_dump_locks_cmd (char *name); int32_t client_dump_locks (char *name, inode_t *inode, dict_t *dict); +int client_fdctx_destroy (xlator_t *this, clnt_fd_ctx_t *fdctx); + #endif /* !_CLIENT_H */ |