summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc.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/rpc.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/rpc.h')
-rw-r--r--nuttx/fs/nfs/rpc.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/rpc.h b/nuttx/fs/nfs/rpc.h
index 4a95d6bc2..15b340ee4 100644
--- a/nuttx/fs/nfs/rpc.h
+++ b/nuttx/fs/nfs/rpc.h
@@ -237,6 +237,12 @@ struct call_args_mount
char rpath[90];
};
+struct call_args_umount
+{
+ uint32_t len;
+ char rpath[90];
+};
+
struct call_result_mount
{
uint32_t status;
@@ -295,7 +301,7 @@ struct rpc_call_mount
struct rpc_call_umount
{
struct rpc_call_header ch;
- struct call_args_mount mount;
+ struct call_args_umount umount;
};
struct rpc_call_create