diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-27 18:57:39 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-27 18:57:39 +0000 |
commit | aca29cf86da9341417963e89c06f968e0d602da7 (patch) | |
tree | 175569f14f8fe5e342489858a380c6837ea3ff04 /hurd/fsys.defs | |
parent | 1345341b954ad676bf4757b704ee28e2645cca12 (diff) |
(fsys_get_options): New RPC.
Diffstat (limited to 'hurd/fsys.defs')
-rw-r--r-- | hurd/fsys.defs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index e4dad16e..81d60ad4 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -114,3 +114,9 @@ routine fsys_forward ( RPT requestor: mach_port_send_t; argv: data_t); + +/* Return the options describing the operation of the receiving + filesystem (sutiable for fsys_set_options). */ +routine fsys_get_options ( + server: fsys_t; + options: data_t); |