summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/server/src/server-protocol.h
diff options
context:
space:
mode:
authorPavan Sondur <pavan@gluster.com>2009-11-26 07:50:49 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-11-26 09:06:31 -0800
commite91b3c49e3ab8787513764dfdadf503bc9a5da1f (patch)
treee7940f2c83a55e3696c36dde3b293e6f20b044e4 /xlators/protocol/server/src/server-protocol.h
parent63f963700f0c89292092047ec2423e8d8ab1f955 (diff)
protocol/server: Get all fops to use the new 'resolve_and_resume' path in server/protocol.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 315 (generation number support) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=315
Diffstat (limited to 'xlators/protocol/server/src/server-protocol.h')
-rw-r--r--xlators/protocol/server/src/server-protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server-protocol.h b/xlators/protocol/server/src/server-protocol.h
index cb330ef1e1a..55bf4ad8f11 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;
};