summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_mount.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-14 15:45:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-14 15:45:38 +0000
commit7a3c59297e918b0501d023d7f5d3663abafc7227 (patch)
treefca3926d7e437ea1dc6cf998cbe666348129ca69 /nuttx/fs/nfs/nfs_mount.h
parent00f8ced6f0782724bd94c8df44ef6f8c5f7a968d (diff)
downloadpx4-nuttx-7a3c59297e918b0501d023d7f5d3663abafc7227.tar.gz
px4-nuttx-7a3c59297e918b0501d023d7f5d3663abafc7227.tar.bz2
px4-nuttx-7a3c59297e918b0501d023d7f5d3663abafc7227.zip
More NFS buffering improvements
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4842 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 cfae14e37..302cd9370 100644
--- a/nuttx/fs/nfs/nfs_mount.h
+++ b/nuttx/fs/nfs/nfs_mount.h
@@ -101,6 +101,7 @@ struct nfsmount
struct rpc_call_mkdir mkdir;
struct rpc_call_rmdir rmdir;
struct rpc_call_readdir readdir;
+ struct rpc_call_fs fsstat;
struct rpc_call_fs fs;
struct rpc_reply_write write;
} nm_msgbuffer;