From e91b3c49e3ab8787513764dfdadf503bc9a5da1f Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Thu, 26 Nov 2009 07:50:49 +0000 Subject: protocol/server: Get all fops to use the new 'resolve_and_resume' path in server/protocol. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 315 (generation number support) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=315 --- xlators/protocol/server/src/server-protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/protocol/server/src/server-protocol.h') diff --git a/xlators/protocol/server/src/server-protocol.h b/xlators/protocol/server/src/server-protocol.h index cb330ef1e..55bf4ad8f 100644 --- a/xlators/protocol/server/src/server-protocol.h +++ b/xlators/protocol/server/src/server-protocol.h @@ -188,6 +188,7 @@ struct _server_state { dict_t *dict; struct flock flock; const char *volume; + dir_entry_t *entry; }; -- cgit