From 79241696fbdebe2583298f12cbaee068ce60c655 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Mon, 7 Jun 2010 12:37:34 +0000 Subject: dynamic volume changes for graph replacement Signed-off-by: Anand V. Avati Signed-off-by: Anand V. Avati BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971 --- libglusterfs/src/globals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libglusterfs/src/globals.h') diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 58f37d185..e09c69511 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -27,13 +27,14 @@ #define GF_REQUEST_MAXGROUPS 16 #include "glusterfs.h" -#include "xlator.h" /* CTX */ #define CTX (glusterfs_ctx_get()) glusterfs_ctx_t *glusterfs_ctx_get (); +#include "xlator.h" + /* THIS */ #define THIS (*__glusterfs_this_location()) -- cgit