summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-14 14:35:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-14 14:35:31 +0000
commit00f8ced6f0782724bd94c8df44ef6f8c5f7a968d (patch)
tree1650ef4245e7dd509784c670e2a5d0e2771c5f6e /nuttx/fs/nfs/rpc.h
parent6672906e2f5e10b6066af17b76b70b9e6f796ae8 (diff)
downloadpx4-nuttx-00f8ced6f0782724bd94c8df44ef6f8c5f7a968d.tar.gz
px4-nuttx-00f8ced6f0782724bd94c8df44ef6f8c5f7a968d.tar.bz2
px4-nuttx-00f8ced6f0782724bd94c8df44ef6f8c5f7a968d.zip
Clean up NFS user interface; Fix NFS disconnect bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4841 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/rpc.h')
-rw-r--r--nuttx/fs/nfs/rpc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/fs/nfs/rpc.h b/nuttx/fs/nfs/rpc.h
index 5177108b7..4a95d6bc2 100644
--- a/nuttx/fs/nfs/rpc.h
+++ b/nuttx/fs/nfs/rpc.h
@@ -292,6 +292,12 @@ struct rpc_call_mount
struct call_args_mount mount;
};
+struct rpc_call_umount
+{
+ struct rpc_call_header ch;
+ struct call_args_mount mount;
+};
+
struct rpc_call_create
{
struct rpc_call_header ch;
@@ -387,6 +393,11 @@ struct rpc_reply_mount
struct call_result_mount mount;
};
+struct rpc_reply_umount
+{
+ struct rpc_reply_header rh;
+};
+
struct rpc_reply_create
{
struct rpc_reply_header rh;