diff options
author | Miles Bader <miles@gnu.org> | 1996-05-06 19:52:57 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-05-06 19:52:57 +0000 |
commit | c927dafe32b84885d690a0db73ba48a9d807125a (patch) | |
tree | 8675e1f4e6fb75625e6dcef29138437a70d398df /hurd | |
parent | 8c98856bfb43ace1a8952625ede370ffb34d9e42 (diff) |
(msg_describe_ports): New rpc.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/msg.defs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs index 12f5d9f7..0f571165 100644 --- a/hurd/msg.defs +++ b/hurd/msg.defs @@ -192,3 +192,12 @@ routine msg_report_wait ( out wait_desc: string_t; out wait_rpc: int); +/* Given a set of PORTS, return a description of them from libc's point of + view, in a '\0'-separated vector. Ports that libc doesn't know about + should result in a zero-length entry. */ +routine msg_describe_ports ( + process: mach_port_t; + refport: mach_port_t; + ports: port_array_t; + out descriptions: data_t); + |