diff options
author | Miles Bader <miles@gnu.org> | 1995-09-05 22:26:13 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-09-05 22:26:13 +0000 |
commit | 0e6d8d0ab5318120bed42b50bb851a6a8d0e9b32 (patch) | |
tree | 7d58d56e13cf49edf6636484fab0a84d3f023eec | |
parent | 72e7a3f6c6674ae3beee09363d4993a5fcadaafb (diff) |
(fshelp_delegate_translation): New declaration.
-rw-r--r-- | libfshelp/fshelp.h | 8 |
1 files changed, 7 insertions, 1 deletions
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 |