From f2307dd23f254c58cbc85bcf553ec583509a7082 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 18 May 2012 01:11:57 +0000 Subject: NFS update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4746 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/nuttx/fs/nfs.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'nuttx/include') diff --git a/nuttx/include/nuttx/fs/nfs.h b/nuttx/include/nuttx/fs/nfs.h index 431c1d130..4e009fb77 100644 --- a/nuttx/include/nuttx/fs/nfs.h +++ b/nuttx/include/nuttx/fs/nfs.h @@ -93,6 +93,7 @@ #define NFS_ARGSVERSION 3 /* change when nfs_args changes */ #define NFS_MAXFHSIZE 64 #define NFS_PORT 2049 +#define NFS_PMAPPORT 111 /**************************************************************************** * Public Types @@ -123,10 +124,10 @@ struct nfs_args int readdirsize; /* readdir size in bytes */ int timeo; /* initial timeout in .1 secs */ int retrans; /* times to retry send */ - int maxgrouplist; /* Max. size of group list */ - int readahead; /* # of blocks to readahead */ - int leaseterm; /* Term (sec) of lease */ - int deadthresh; /* Retrans threshold */ +//int maxgrouplist; /* Max. size of group list */ +//int readahead; /* # of blocks to readahead */ +//int leaseterm; /* Term (sec) of lease */ +//int deadthresh; /* Retrans threshold */ char *path; /* server's path of the directory being mount */ int acregmin; /* cache attrs for reg files min time */ int acregmax; /* cache attrs for reg files max time */ -- cgit v1.2.3