diff options
author | Miles Bader <miles@gnu.org> | 1995-08-24 15:56:35 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-24 15:56:35 +0000 |
commit | bacbcc42fc4b227e758c3b9a1a3ae7232e07f2fd (patch) | |
tree | 93fbb5c1e8c04f06b6a30fea56895e9dc7cda810 /hurd | |
parent | 8cb834014a8b962b8ca359967e83fe54487b16f3 (diff) |
(fsys_forward): New rpc.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fsys.defs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 85180b37..cd14d89f 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -100,3 +100,13 @@ routine fsys_init ( proc_server: mach_port_send_t; auth_handle: auth_t); +/* Ask SERVER to provide fsys translation service for us. REQUESTOR is + the bootstrap port supplied to the original translator, and ARGV are + the command line arguments. If the recipient accepts the request, he + (or some delegate) should send fsys_startup to REQUESTOR to start the + filesystem up. */ +routine fsys_forward ( + server: mach_port_t; + RPT + requestor: mach_port_send_t; + argv: data_t); |