summaryrefslogtreecommitdiffstats
path: root/glusterfsd
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-05-04 00:35:59 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-05-03 23:40:01 -0700
commit7504b0e623914d097933f0a613ba50e376131828 (patch)
tree70b29c4ec433a36a9e1a674a191ef1388ff34107 /glusterfsd
parent72ca9bdf90c45ff3f4bad3d2de934101dfaca4ff (diff)
structuring of protocol
* isolated 'protocol.h' and transport.h from libglusterfs/* and glusterfsd/* 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 'glusterfsd')
-rw-r--r--glusterfsd/src/fetch-spec.c1
-rw-r--r--glusterfsd/src/glusterfsd.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/glusterfsd/src/fetch-spec.c b/glusterfsd/src/fetch-spec.c
index 0e293e08768..6bf980dccc5 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 570e7c19559..f7140ad3b34 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"