diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs.h')
-rw-r--r-- | xlators/nfs/server/src/nfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs.h b/xlators/nfs/server/src/nfs.h index b6a1d4a46..8cbcf63bb 100644 --- a/xlators/nfs/server/src/nfs.h +++ b/xlators/nfs/server/src/nfs.h @@ -44,6 +44,7 @@ #define GF_NFS_DVM_ON 1 #define GF_NFS_DVM_OFF 2 +#define GF_NFS_DEFAULT_PORT 38467 /* Callback into a version-specific NFS protocol. * The return type is used by the nfs.c code to register the protocol. |