From e51f690d7c5eda400316ba97ab2f4ce448b51e7d Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Mon, 2 Apr 2012 13:00:47 +0530 Subject: glusterd: Include port in nfs status Change-Id: I679e491e801b694e8a0f93dd87cf540441dae927 BUG: 806877 Signed-off-by: Kaushal M Reviewed-on: http://review.gluster.com/3060 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- libglusterfs/src/common-utils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 335517799..3aa0143d2 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -81,6 +81,11 @@ void trap (void); !strcmp (fs_name, "ext3") || \ !strcmp (fs_name, "ext4")) +/* Defining this here as it is needed by glusterd for setting + * nfs port in volume status. + */ +#define GF_NFS3_PORT 38467 + enum _gf_boolean { _gf_false = 0, -- cgit