diff options
Diffstat (limited to 'libglusterfs/src/globals.h')
| -rw-r--r-- | libglusterfs/src/globals.h | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h deleted file mode 100644 index b9eaf8ad131..00000000000 --- a/libglusterfs/src/globals.h +++ /dev/null @@ -1,78 +0,0 @@ -/* - Copyright (c) 2008-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 _GLOBALS_H -#define _GLOBALS_H - -#define GF_DEFAULT_BASE_PORT 24007 - -#define GD_OP_VERSION_KEY "operating-version" -#define GD_MIN_OP_VERSION_KEY "minimum-operating-version" -#define GD_MAX_OP_VERSION_KEY "maximum-operating-version" - -/* Gluster versions - OP-VERSION mapping - * - * 3.3.x - 1 - * 3.4.x - 2 - * 3.5.0 - 3 - * 3.5.1 - 30501 - * 3.6.0 - 30600 - * 3.7.0 - 30700 - * - * Starting with Gluster v3.6, the op-version will be multi-digit integer values - * based on the Glusterfs version, instead of a simply incrementing integer - * value. The op-version for a given X.Y.Z release will be an integer XYZ, with - * Y and Z 2 digit always 2 digits wide and padded with 0 when needed. This - * should allow for some gaps between two Y releases for backports of features - * in Z releases. - */ -#define GD_OP_VERSION_MIN 1 /* MIN is the fresh start op-version, mostly - should not change */ -#define GD_OP_VERSION_MAX 30700 /* MAX VERSION is the maximum count in VME - table, should keep changing with - introduction of newer versions */ - -#define GD_OP_VERSION_3_6_0 30600 /* Op-Version for GlusterFS 3.6.0 */ - -#define GD_OP_VERSION_3_7_0 30700 /* Op-version for GlusterFS 3.7.0 */ - -#define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0 - -#include "xlator.h" - -/* THIS */ -#define THIS (*__glusterfs_this_location()) - -xlator_t **__glusterfs_this_location (); -xlator_t *glusterfs_this_get (); -int glusterfs_this_set (xlator_t *); - -/* syncopctx */ -void *syncopctx_getctx (); -int syncopctx_setctx (void *ctx); - -/* task */ -void *synctask_get (); -int synctask_set (void *); - -/* uuid_buf */ -char *glusterfs_uuid_buf_get (); -/* lkowner_buf */ -char *glusterfs_lkowner_buf_get (); - -/* init */ -int glusterfs_globals_init (glusterfs_ctx_t *ctx); - -extern const char *gf_fop_list[]; - -/* mem acct enable/disable */ -int gf_global_mem_acct_enable_get (void); -int gf_global_mem_acct_enable_set (int val); -#endif /* !_GLOBALS_H */ |
