summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mach/notify.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mach/notify.defs b/include/mach/notify.defs
index 5e59d39..6ba4cde 100644
--- a/include/mach/notify.defs
+++ b/include/mach/notify.defs
@@ -45,6 +45,9 @@ type notify_port_t = MACH_MSG_TYPE_MOVE_SEND_ONCE
#ifdef NOTIFY_INTRAN
intran: NOTIFY_INTRAN
#endif
+#ifdef NOTIFY_INTRAN_PAYLOAD
+ intranpayload: NOTIFY_INTRAN_PAYLOAD
+#endif
#ifdef NOTIFY_OUTTRAN
outtran: NOTIFY_OUTTRAN
#endif