summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-10-27 18:57:39 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-10-27 18:57:39 +0000
commitaca29cf86da9341417963e89c06f968e0d602da7 (patch)
tree175569f14f8fe5e342489858a380c6837ea3ff04
parent1345341b954ad676bf4757b704ee28e2645cca12 (diff)
(fsys_get_options): New RPC.
-rw-r--r--hurd/fsys.defs6
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);