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/client/src | |
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/client/src')
-rw-r--r-- | xlators/protocol/legacy/client/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/legacy/client/src/Makefile.am b/xlators/protocol/legacy/client/src/Makefile.am index b7c2f7c8f77..2ae64ebd0fd 100644 --- a/xlators/protocol/legacy/client/src/Makefile.am +++ b/xlators/protocol/legacy/client/src/Makefile.am @@ -18,4 +18,4 @@ AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS) \ CLEANFILES = install-data-hook: - ln -sf client.so $(DESTDIR)$(xlatordir)/client-old.so + ln -sf client-old.so $(DESTDIR)$(xlatordir)/client.so |