diff options
author | Venky Shankar <venky@gluster.com> | 2011-09-13 11:36:55 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-09-13 10:14:04 -0700 |
commit | d705b28fd1bb066632854da493031118776d00df (patch) | |
tree | fa1e2710695b2c0ad6d9bc93d7b235922c634f7e /libglusterfs/src/common-utils.h | |
parent | b039cb193eddc51c6f31bf9a230281faada475fe (diff) |
GlusterFS Hadoop specific DSL for mountbroker
Change-Id: Ie379992bdea0974c8c5e1a4d7bc3e87cefe0d256
BUG: 3539
Reviewed-on: http://review.gluster.com/404
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'libglusterfs/src/common-utils.h')
-rw-r--r-- | libglusterfs/src/common-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 51d9d88a4c5..c7d784ca8f7 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -69,6 +69,7 @@ void trap (void); #define GF_UNIT_PB_STRING "PB" #define GEOREP "geo-replication" +#define GHADOOP "glusterfs-hadoop" enum _gf_boolean { |