summaryrefslogtreecommitdiffstats
path: root/xlators/features/changelog/src/changelog-mem-types.h
blob: d72464eab70f2a2f7d47972a01840673107dc4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
   Copyright (c) 2013 Red Hat, Inc. <http://www.redhat.com>
   This file is part of GlusterFS.

   This file is licensed to you under your choice of the GNU Lesser
   General Public License, version 3 or any later version (LGPLv3 or
   later), or the GNU General Public License, version 2 (GPLv2), in all
   cases as published by the Free Software Foundation.
*/

#ifndef _CHANGELOG_MEM_TYPES_H
#define _CHANGELOG_MEM_TYPES_H

#include "mem-types.h"

enum gf_changelog_mem_types {
        gf_changelog_mt_priv_t                  = gf_common_mt_end + 1,
        gf_changelog_mt_str_t                   = gf_common_mt_end + 2,
        gf_changelog_mt_batch_t                 = gf_common_mt_end + 3,
        gf_changelog_mt_rt_t                    = gf_common_mt_end + 4,
        gf_changelog_mt_inode_ctx_t             = gf_common_mt_end + 5,
        gf_changelog_mt_libgfchangelog_t        = gf_common_mt_end + 6,
        gf_changelog_mt_libgfchangelog_rl_t     = gf_common_mt_end + 7,
        gf_changelog_mt_libgfchangelog_dirent_t = gf_common_mt_end + 8,
        gf_changelog_mt_changelog_buffer_t      = gf_common_mt_end + 9,
        gf_changelog_mt_end
};

#endif