diff options
author | Amar Tumballi <amar@gluster.com> | 2010-05-04 00:35:59 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-05-03 23:40:01 -0700 |
commit | 7504b0e623914d097933f0a613ba50e376131828 (patch) | |
tree | 70b29c4ec433a36a9e1a674a191ef1388ff34107 /libglusterfs/src/stack.h | |
parent | 72ca9bdf90c45ff3f4bad3d2de934101dfaca4ff (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 'libglusterfs/src/stack.h')
-rw-r--r-- | libglusterfs/src/stack.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index 645f633f5d0..c80ab9e9d32 100644 --- a/libglusterfs/src/stack.h +++ b/libglusterfs/src/stack.h @@ -44,8 +44,6 @@ typedef struct _call_pool_t call_pool_t; #include "list.h" #include "common-utils.h" #include "globals.h" -#include "protocol.h" - typedef int32_t (*ret_fn_t) (call_frame_t *frame, call_frame_t *prev_frame, |