summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/mem-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/mem-types.h')
-rw-r--r--libglusterfs/src/mem-types.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libglusterfs/src/mem-types.h b/libglusterfs/src/mem-types.h
index 9840dac4..9d63d28a 100644
--- a/libglusterfs/src/mem-types.h
+++ b/libglusterfs/src/mem-types.h
@@ -98,6 +98,12 @@ enum gf_common_mem_types_ {
gf_common_mt_sge = 73,
gf_common_mt_rpcclnt_cb_program_t = 74,
gf_common_mt_libxl_marker_local = 75,
- gf_common_mt_end = 76
+ gf_common_mt_graph_buf = 76,
+ gf_common_mt_trie_trie = 77,
+ gf_common_mt_trie_data = 78,
+ gf_common_mt_trie_node = 79,
+ gf_common_mt_trie_buf = 80,
+ gf_common_mt_trie_end = 81,
+ gf_common_mt_end = 82
};
#endif