summaryrefslogtreecommitdiff
path: root/ipc/mach_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/mach_port.h')
-rw-r--r--ipc/mach_port.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/mach_port.h b/ipc/mach_port.h
index 4116989..c4d9a1c 100644
--- a/ipc/mach_port.h
+++ b/ipc/mach_port.h
@@ -59,4 +59,10 @@ mach_port_insert_right(
ipc_port_t poly,
mach_msg_type_name_t polyPoly);
+kern_return_t
+mach_port_get_receive_status(
+ ipc_space_t space,
+ mach_port_t name,
+ mach_port_status_t *statusp);
+
#endif /* _IPC_MACH_PORT_H_ */