From 7a3c59297e918b0501d023d7f5d3663abafc7227 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 14 Jun 2012 15:45:38 +0000 Subject: More NFS buffering improvements git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4842 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 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; -- cgit v1.2.3