summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc.h
diff options
context:
space:
mode:
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