summaryrefslogtreecommitdiff
path: root/proc/mig-mutate.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc/mig-mutate.h')
-rw-r--r--proc/mig-mutate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proc/mig-mutate.h b/proc/mig-mutate.h
index ce9f88e6..62dc2a59 100644
--- a/proc/mig-mutate.h
+++ b/proc/mig-mutate.h
@@ -20,6 +20,8 @@
#define PROCESS_INTRAN \
pstruct_t begin_using_proc_port (process_t)
+#define PROCESS_INTRAN_PAYLOAD \
+ pstruct_t begin_using_proc_payload
#define PROCESS_DESTRUCTOR \
end_using_proc (pstruct_t)
#define PROCESS_IMPORTS \
@@ -27,6 +29,8 @@
#define NOTIFY_INTRAN \
port_info_t begin_using_port_info_port (mach_port_t)
+#define NOTIFY_INTRAN_PAYLOAD \
+ port_info_t begin_using_port_info_payload
#define NOTIFY_DESTRUCTOR \
end_using_port_info (port_info_t)
#define NOTIFY_IMPORTS \