From a27028feaba8abdee2661f024cbec00cda8c6494 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 14 Jun 2012 00:47:42 +0000 Subject: 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 --- nuttx/include/nuttx/fs/nfs.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nuttx/include') 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) */ }; -- cgit v1.2.3