aboutsummaryrefslogtreecommitdiff
path: root/include/mach
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach')
-rw-r--r--include/mach/task_notify.defs7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/mach/task_notify.defs b/include/mach/task_notify.defs
index 53b3da4e..a4aff675 100644
--- a/include/mach/task_notify.defs
+++ b/include/mach/task_notify.defs
@@ -47,10 +47,13 @@ type task_notify_port_t = mach_port_t
TASK_NOTIFY_IMPORTS
#endif
+type task_move_t = MACH_MSG_TYPE_MOVE_SEND
+ ctype: mach_port_t;
+
/* These notifications are sent to the port registered via
`register_new_task_notification' and provide a robust parental
relation between tasks. */
simpleroutine mach_notify_new_task(
notify : task_notify_port_t;
- task : task_t;
- parent : task_t);
+ task : task_move_t;
+ parent : task_move_t);