diff options
author | Amar Tumballi <amar@gluster.com> | 2010-06-29 03:39:16 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-07-01 03:31:47 -0700 |
commit | c46f8452d75e2f1b4ab77306177f39bdbb4b232c (patch) | |
tree | 6c583bc3d79fdaab83aac6933c5848583ff1fe66 /xlators/protocol/legacy/server/src/Makefile.am | |
parent | 0da2a6d08cc8fc2315742d010c8a8cab38ef75bb (diff) |
backward compatibility of protocol
* made most of the 'legacy' server and transport functions as
'static' as they were getting cross linked with newer functions.
* changed the name of few functions with prefix 'gf_'
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/Makefile.am')
-rw-r--r-- | xlators/protocol/legacy/server/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/legacy/server/src/Makefile.am b/xlators/protocol/legacy/server/src/Makefile.am index d51b5d07f..3ef0b81bb 100644 --- a/xlators/protocol/legacy/server/src/Makefile.am +++ b/xlators/protocol/legacy/server/src/Makefile.am @@ -21,4 +21,4 @@ AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS) \ CLEANFILES = install-data-hook: - ln -sf server.so $(DESTDIR)$(xlatordir)/server-old.so + ln -sf server-old.so $(DESTDIR)$(xlatordir)/server.so |