From 9f14b0a0ef26b6d41b61222dcf34fe7cdf46cb46 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Tue, 26 Oct 2010 04:00:28 +0000 Subject: libglusterfs: fix graph mem types Signed-off-by: Csaba Henk Signed-off-by: Anand V. Avati BUG: 1750 (clean up volgen) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1750 --- libglusterfs/src/graph-mem-types.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/graph-mem-types.h b/libglusterfs/src/graph-mem-types.h index d5a939eb9c9..86e0749cd03 100644 --- a/libglusterfs/src/graph-mem-types.h +++ b/libglusterfs/src/graph-mem-types.h @@ -24,9 +24,8 @@ #define GF_MEM_TYPE_START (gf_common_mt_end + 1) -enum gfd_mem_types_ { +enum gf_graph_mem_types { gf_graph_mt_buf = GF_MEM_TYPE_START, - gfd_mt_end + gf_graph_mt_end }; #endif - -- cgit