aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-14 00:47:42 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-14 00:47:42 +0000
commita27028feaba8abdee2661f024cbec00cda8c6494 (patch)
tree8884f40bd84695b9de63c6eb5a85d2ce074552d7 /nuttx/include
parent241c3f86d327886ae5e790875d77f07ed48d98de (diff)
downloadpx4-firmware-a27028feaba8abdee2661f024cbec00cda8c6494.tar.gz
px4-firmware-a27028feaba8abdee2661f024cbec00cda8c6494.tar.bz2
px4-firmware-a27028feaba8abdee2661f024cbec00cda8c6494.zip
NFS just finished a major weight reduction program
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4838 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/fs/nfs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/nuttx/include/nuttx/fs/nfs.h b/nuttx/include/nuttx/fs/nfs.h
index fcf9c3f7b..3ce62dfc1 100644
--- a/nuttx/include/nuttx/fs/nfs.h
+++ b/nuttx/include/nuttx/fs/nfs.h
@@ -66,22 +66,13 @@ struct nfs_args
uint8_t version; /* Args structure version number */
uint8_t addrlen; /* Length of address */
uint8_t sotype; /* Socket type */
- uint8_t proto; /* and Protocol */
int flags; /* Flags */
int wsize; /* Write size in bytes */
int rsize; /* Read size in bytes */
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 */
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 */
- int acdirmin; /* Cache attrs for dirs min time */
- int acdirmax; /* Cache attrs for dirs max time */
struct sockaddr_storage addr; /* File server address (requires 32-bit alignment) */
};