summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_node.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-30 23:56:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-30 23:56:35 +0000
commitf85bf2b1e0fb595ad588c55ffd23dcb0c0837ce3 (patch)
tree7614c8b057d8816060893ce3ca36a908dba8c66f /nuttx/fs/nfs/nfs_node.h
parentd14549a7db7f1449763ccb40f676860e414ecd36 (diff)
downloadpx4-nuttx-f85bf2b1e0fb595ad588c55ffd23dcb0c0837ce3.tar.gz
px4-nuttx-f85bf2b1e0fb595ad588c55ffd23dcb0c0837ce3.tar.bz2
px4-nuttx-f85bf2b1e0fb595ad588c55ffd23dcb0c0837ce3.zip
NFS client update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4544 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/nfs_node.h')
-rw-r--r--nuttx/fs/nfs/nfs_node.h3
1 files changed, 2 insertions, 1 deletions
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.. */