From 8f09b6e49a22230c26f0af2f7b20a0bf10ca8e9b Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 14 Jun 2012 18:04:39 +0000 Subject: 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 --- nuttx/fs/nfs/nfs_mount.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/fs/nfs/nfs_mount.h') 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; -- cgit v1.2.3