From c927dafe32b84885d690a0db73ba48a9d807125a Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 6 May 1996 19:52:57 +0000 Subject: (msg_describe_ports): New rpc. --- hurd/msg.defs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hurd') 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); + -- cgit v1.2.3