From bacbcc42fc4b227e758c3b9a1a3ae7232e07f2fd Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 24 Aug 1995 15:56:35 +0000 Subject: (fsys_forward): New rpc. --- hurd/fsys.defs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hurd') 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); -- cgit v1.2.3