summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-01-17 09:35:49 +0000
committerRoland McGrath <roland@gnu.org>1995-01-17 09:35:49 +0000
commiteac9bd0cafb83caccc28a0965f039b94793952e1 (patch)
treeab49c13ca6ce49ad02897a0795e114d3a2f1794d /hurd
parentd609c813695adec95eaa33238047d8a42f7c87fd (diff)
Prepend `msg_' to all RPC names.
Add msg_sig_post_untraced_reply and intervening skips.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/msg_request.defs33
1 files changed, 29 insertions, 4 deletions
diff --git a/hurd/msg_request.defs b/hurd/msg_request.defs
index 4f5cffd7..a0ca69a6 100644
--- a/hurd/msg_request.defs
+++ b/hurd/msg_request.defs
@@ -1,5 +1,5 @@
-/* Reply side of miscellaneous callbacks from Hurd servers to their clients
- Copyright (C) 1994 Free Software Foundation
+/* Reply side of canonical Hurd process message port RPCs.
+ Copyright (C) 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -24,10 +24,35 @@ subsystem msg_request 23000; /* must match msg.defs */
type reply_port_t = polymorphic | polymorphic
ctype: mach_port_t;
-simpleroutine sig_post_request (
+simpleroutine msg_sig_post_request (
process: mach_port_t;
replyport reply_port: reply_port_t;
signal: int;
refport: mach_port_t);
-/* Add the others as necessary. */
+skip; /* msg_proc_newids */
+skip; /* msg_add_auth */
+skip; /* msg_del_auth */
+skip; /* msg_get_init_port */
+skip; /* msg_set_init_port */
+skip; /* msg_get_init_ports */
+skip; /* msg_set_init_ports */
+skip; /* msg_get_init_int */
+skip; /* msg_set_init_int */
+skip; /* msg_get_init_ints */
+skip; /* msg_set_init_ints */
+skip; /* msg_get_dtable */
+skip; /* msg_set_dtable */
+skip; /* msg_get_fd */
+skip; /* msg_set_fd */
+skip; /* msg_get_environment */
+skip; /* msg_set_environment */
+skip; /* msg_get_env_variable */
+skip; /* msg_set_env_variable */
+skip; /* msg_startup_dosync */
+
+simpleroutine msg_sig_post_untraced_reply (
+ process: mach_port_t;
+ replyport reply_port: reply_port_t;
+ signal: int;
+ refport: mach_port_t);