From 7504b0e623914d097933f0a613ba50e376131828 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 4 May 2010 00:35:59 +0000 Subject: structuring of protocol * isolated 'protocol.h' and transport.h from libglusterfs/* and glusterfsd/* Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati 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 --- glusterfsd/src/fetch-spec.c | 1 - glusterfsd/src/glusterfsd.c | 1 - 2 files changed, 2 deletions(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/fetch-spec.c b/glusterfsd/src/fetch-spec.c index 0e293e087..6bf980dcc 100644 --- a/glusterfsd/src/fetch-spec.c +++ b/glusterfsd/src/fetch-spec.c @@ -30,7 +30,6 @@ #include "glusterfs.h" #include "stack.h" #include "dict.h" -#include "transport.h" #include "event.h" #include "defaults.h" diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 570e7c195..f7140ad3b 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -59,7 +59,6 @@ #include "compat.h" #include "logging.h" #include "dict.h" -#include "protocol.h" #include "list.h" #include "timer.h" #include "glusterfsd.h" -- cgit