summaryrefslogtreecommitdiff
path: root/hurd/fs.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-10-27 18:56:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-10-27 18:56:11 +0000
commit1345341b954ad676bf4757b704ee28e2645cca12 (patch)
treedab044367c122f91ad18f4e835eab23d98bba1ec /hurd/fs.defs
parent67b7ab0444c9aa38511e6923423d4109bdc27092 (diff)
(file_get_fs_options): New RPC.
Diffstat (limited to 'hurd/fs.defs')
-rw-r--r--hurd/fs.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs
index 3d6894c5..48a33e32 100644
--- a/hurd/fs.defs
+++ b/hurd/fs.defs
@@ -299,3 +299,8 @@ routine file_get_translator_cntl (
file: file_t;
out translator_cntl: mach_port_send_t);
+/* Return the options describing the way the receiving filesystem is
+ running. (Suitable as an arg for fsys_set_options). */
+routine file_get_fs_options (
+ file: file_t;
+ out options: data_t);