summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-18 01:11:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-18 01:11:57 +0000
commitf2307dd23f254c58cbc85bcf553ec583509a7082 (patch)
tree4ba8fa96f460c5e5230ff1dd326f62b88ed0832a /nuttx/include
parentd53035bc78b3fbbd640a6a7535b9cdf7ca0d9667 (diff)
downloadpx4-nuttx-f2307dd23f254c58cbc85bcf553ec583509a7082.tar.gz
px4-nuttx-f2307dd23f254c58cbc85bcf553ec583509a7082.tar.bz2
px4-nuttx-f2307dd23f254c58cbc85bcf553ec583509a7082.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4746 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/fs/nfs.h9
1 files changed, 5 insertions, 4 deletions
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 */