summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-09-05 22:26:13 +0000
committerMiles Bader <miles@gnu.org>1995-09-05 22:26:13 +0000
commit0e6d8d0ab5318120bed42b50bb851a6a8d0e9b32 (patch)
tree7d58d56e13cf49edf6636484fab0a84d3f023eec
parent72e7a3f6c6674ae3beee09363d4993a5fcadaafb (diff)
(fshelp_delegate_translation): New declaration.
-rw-r--r--libfshelp/fshelp.h8
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