summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/legacy/server/src/server-helpers.h
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-08-12 01:54:10 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-08-12 00:45:44 -0700
commit553aa029de1817ae182cc86c1d00f8eb8ff52b50 (patch)
tree9352bfec5977cbc18fb7b1ec30ae78bb9fb76af7 /xlators/protocol/legacy/server/src/server-helpers.h
parentaa17ab8aa1851ac8848b0e36c420f6dd09fe9616 (diff)
fixed some backward compatibility issues
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/legacy/server/src/server-helpers.h')
-rw-r--r--xlators/protocol/legacy/server/src/server-helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/protocol/legacy/server/src/server-helpers.h b/xlators/protocol/legacy/server/src/server-helpers.h
index 137b2e9c2..d22b32112 100644
--- a/xlators/protocol/legacy/server/src/server-helpers.h
+++ b/xlators/protocol/legacy/server/src/server-helpers.h
@@ -41,8 +41,8 @@
#define IS_NOT_ROOT(pathlen) ((pathlen > 2)? 1 : 0)
-void free_state (server_state_t *state);
+void free_old_server_state (server_state_t *state);
-void server_loc_wipe (loc_t *loc);
+void old_server_loc_wipe (loc_t *loc);
#endif /* __SERVER_HELPERS_H__ */