diff options
author | Csaba Henk <csaba@gluster.com> | 2010-10-26 04:00:28 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-10-26 23:56:06 -0700 |
commit | 9f14b0a0ef26b6d41b61222dcf34fe7cdf46cb46 (patch) | |
tree | 16f2481a79d08ae1312ccb2bb7e7bd7ab8b448fb /libglusterfs | |
parent | 3b70ff915a7451911dd35733171b97d7073df2c4 (diff) |
libglusterfs: fix graph mem types
Signed-off-by: Csaba Henk <csaba@lowlife.hu>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1750 (clean up volgen)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1750
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/graph-mem-types.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libglusterfs/src/graph-mem-types.h b/libglusterfs/src/graph-mem-types.h index d5a939eb9..86e0749cd 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 - |