summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-mem-types.h
blob: 3301b3da537e64382d5f85c915f2abdc6abf1a22 (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
30
31
32
/*
  Copyright (c) 2012 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 _GLFS_MEM_TYPES_H
#define _GLFS_MEM_TYPES_H

#include "mem-types.h"

#define GF_MEM_TYPE_START (gf_common_mt_end + 1)

enum glfs_mem_types_ {
        glfs_mt_glfs_t = GF_MEM_TYPE_START,
        glfs_mt_call_pool_t,
        glfs_mt_xlator_t,
	glfs_mt_glfs_fd_t,
	glfs_mt_glfs_io_t,
	glfs_mt_volfile_t,
	glfs_mt_xlator_cmdline_option_t,
	glfs_mt_glfs_object_t,
	glfs_mt_readdirbuf_t,
	glfs_mt_end

};
#endif