From 0e6d8d0ab5318120bed42b50bb851a6a8d0e9b32 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 5 Sep 1995 22:26:13 +0000 Subject: (fshelp_delegate_translation): New declaration. --- libfshelp/fshelp.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libfshelp') diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 651961d0..80d94de4 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -166,6 +166,12 @@ error_t fshelp_acquire_lock (struct lock_box *box, int *user, /* Initialize lock_box BOX. (The user int passed to fshelp_acquire_lock should be initialized with LOCK_UN.). */ void fshelp_lock_init (struct lock_box *box); - + +/* Try to hand off responsibility from a translator to the server located on + the node SERVER_NAME. REQUESTOR is the translator's bootstrap port, and + ARGV is the command line. If SERVER_NAME is NULL, then a name is + concocted by appending ARGV[0] to _SERVERS. */ +error_t fshelp_delegate_translation (char *server_name, + mach_port_t requestor, char **argv); #endif -- cgit v1.2.3