From aca29cf86da9341417963e89c06f968e0d602da7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 27 Oct 1995 18:57:39 +0000 Subject: (fsys_get_options): New RPC. --- hurd/fsys.defs | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- cgit v1.2.3