summaryrefslogtreecommitdiff
path: root/hurd/msg_reply.defs
blob: c1b95fdc73ed82322d003bd59341a821b31f1d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* Reply side of miscellaneous callbacks from Hurd servers to their clients
   Copyright (C) 1994,95,2001 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;
	RETURN_CODE_ARG);

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;
	RETURN_CODE_ARG);