From a2a92b99fc031544ff8a87861d34b2bbbdd2753c Mon Sep 17 00:00:00 2001 From: Junaid Date: Thu, 27 Jan 2011 05:23:31 +0000 Subject: adding marker translator Signed-off-by: Junaid Signed-off-by: Csaba Henk Signed-off-by: Anand V. Avati BUG: 2310 (georeplication) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2310 --- xlators/features/marker/src/marker-mem-types.h | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 xlators/features/marker/src/marker-mem-types.h (limited to 'xlators/features/marker/src/marker-mem-types.h') diff --git a/xlators/features/marker/src/marker-mem-types.h b/xlators/features/marker/src/marker-mem-types.h new file mode 100644 index 00000000000..3936ef794fc --- /dev/null +++ b/xlators/features/marker/src/marker-mem-types.h @@ -0,0 +1,32 @@ +/* + Copyright (c) 2008-2010 Gluster, Inc. + This file is part of GlusterFS. + + GlusterFS is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation; either version 3 of the License, + or (at your option) any later version. + + GlusterFS is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see + . +*/ + +#ifndef __MARKER_MEM_TYPES_H__ +#define __MARKER_MEM_TYPES_H__ + +#include "mem-types.h" + +enum gf_marker_mem_types_ { + gf_marker_mt_marker_local_t = gf_common_mt_end + 1, + gf_marker_mt_marker_conf_t, + gf_marker_mt_loc_t, + gf_marker_mt_volume_mark, + gf_marker_mt_end +}; +#endif -- cgit