summaryrefslogtreecommitdiffstats
path: root/xlators/features/index/src/index-mem-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/index/src/index-mem-types.h')
-rw-r--r--xlators/features/index/src/index-mem-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/index/src/index-mem-types.h b/xlators/features/index/src/index-mem-types.h
index 553d492dfbf..ca291cfba7e 100644
--- a/xlators/features/index/src/index-mem-types.h
+++ b/xlators/features/index/src/index-mem-types.h
@@ -17,6 +17,7 @@ enum gf_index_mem_types_ {
gf_index_mt_priv_t = gf_common_mt_end + 1,
gf_index_inode_ctx_t = gf_common_mt_end + 2,
gf_index_fd_ctx_t = gf_common_mt_end + 3,
+ gf_index_mt_local_t = gf_common_mt_end + 4,
gf_index_mt_end
};
#endif