summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/graph-mem-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/graph-mem-types.h')
-rw-r--r--libglusterfs/src/graph-mem-types.h5
1 files changed, 2 insertions, 3 deletions
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
-