From f85bf2b1e0fb595ad588c55ffd23dcb0c0837ce3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 30 Mar 2012 23:56:35 +0000 Subject: NFS client update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4544 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/fs/nfs/nfs_node.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/fs/nfs/nfs_node.h') diff --git a/nuttx/fs/nfs/nfs_node.h b/nuttx/fs/nfs/nfs_node.h index 2cc1e14a7..b18fc97a0 100644 --- a/nuttx/fs/nfs/nfs_node.h +++ b/nuttx/fs/nfs/nfs_node.h @@ -115,6 +115,7 @@ struct nfsnode bool n_open; /* true: The file is (still) open */ uint64_t n_size; /* Current size of file */ struct nfs_fattr n_fattr; /* nfs file attribute cache */ + nfstype nfsv3_type; /* File type */ time_t n_attrstamp; /* Attr. cache timestamp */ struct timespec n_mtime; /* Prev modify time. */ time_t n_ctime; /* Prev create time. */ @@ -129,7 +130,7 @@ struct nfsnode union { struct timespec nf_mtim; - off_t nd_direof; /* Dir. EOF offset cache */ + off_t nd_direoffset; /* Directory EOF offset cache */ } n_un2; short n_fhsize; /* size in bytes, of fh */ short n_flag; /* Flag for locking.. */ -- cgit v1.2.3