summaryrefslogtreecommitdiff
path: root/hurd/msg_reply.defs
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/msg_reply.defs')
-rw-r--r--hurd/msg_reply.defs55
1 files changed, 55 insertions, 0 deletions
diff --git a/hurd/msg_reply.defs b/hurd/msg_reply.defs
new file mode 100644
index 00000000..357224f9
--- /dev/null
+++ b/hurd/msg_reply.defs
@@ -0,0 +1,55 @@
+/* Reply side of miscellaneous callbacks from Hurd servers to their clients
+ Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+
+This file is part of the GNU Hurd.
+
+The GNU Hurd is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+The GNU Hurd is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with the GNU Hurd; see the file COPYING. If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+subsystem msg_reply 23100; /* must match msg.defs + 100 */
+
+#include <hurd/hurd_types.defs>
+
+type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE
+ ctype: mach_port_t;
+
+simpleroutine msg_sig_post_reply (
+ reply_port: reply_port_t;
+ in return_code: kern_return_t);
+
+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; /* Obsolete io_select_done. */
+skip; /* msg_startup_dosync */
+
+simpleroutine msg_sig_post_untraced_reply (
+ reply_port: reply_port_t;
+ in return_code: kern_return_t);