summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/msg.defs9
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);
+