summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_mount.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-14 18:04:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-14 18:04:39 +0000
commit8f09b6e49a22230c26f0af2f7b20a0bf10ca8e9b (patch)
tree779a94d644b105a48e3f84882c1cde59da2f1af6 /nuttx/fs/nfs/nfs_mount.h
parent7a3c59297e918b0501d023d7f5d3663abafc7227 (diff)
downloadpx4-nuttx-8f09b6e49a22230c26f0af2f7b20a0bf10ca8e9b.tar.gz
px4-nuttx-8f09b6e49a22230c26f0af2f7b20a0bf10ca8e9b.tar.bz2
px4-nuttx-8f09b6e49a22230c26f0af2f7b20a0bf10ca8e9b.zip
NFS... add logic to truncate files if needed on open
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4843 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 302cd9370..30b644db6 100644
--- a/nuttx/fs/nfs/nfs_mount.h
+++ b/nuttx/fs/nfs/nfs_mount.h
@@ -102,6 +102,7 @@ struct nfsmount
struct rpc_call_rmdir rmdir;
struct rpc_call_readdir readdir;
struct rpc_call_fs fsstat;
+ struct rpc_call_setattr setattr;
struct rpc_call_fs fs;
struct rpc_reply_write write;
} nm_msgbuffer;