summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_mount.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-01 23:12:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-01 23:12:17 +0000
commit46a632eaa001d0e40e2bccfc4d396c3abb99c117 (patch)
tree6c12bb8768e193fba93d510c2dc0e13910472abf /nuttx/fs/nfs/nfs_mount.h
parentd42a467b1575de8d3f7828547aa350db6d0a1062 (diff)
downloadpx4-nuttx-46a632eaa001d0e40e2bccfc4d396c3abb99c117.tar.gz
px4-nuttx-46a632eaa001d0e40e2bccfc4d396c3abb99c117.tar.bz2
px4-nuttx-46a632eaa001d0e40e2bccfc4d396c3abb99c117.zip
Fix PHY address search; NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4796 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/nfs_mount.h')
-rw-r--r--nuttx/fs/nfs/nfs_mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/fs/nfs/nfs_mount.h b/nuttx/fs/nfs/nfs_mount.h
index d7012991d..63f193696 100644
--- a/nuttx/fs/nfs/nfs_mount.h
+++ b/nuttx/fs/nfs/nfs_mount.h
@@ -78,6 +78,7 @@ struct nfsmount
nfsfh_t nm_fh; /* File handle of root dir */
char nm_path[90]; /* server's path of the directory being mount */
int nm_fhsize; /* Size of root file handle */
+ struct nfs_fattr nm_fattr; /* nfs file attribute cache */
struct rpcclnt *nm_rpcclnt; /* rpc state */
struct socket *nm_so; /* Rpc socket */
uint8_t nm_sotype; /* Type of socket */