* include/mach/notify.defs (notify_port_t): Add a payload-aware intran
mutator.
---
 include/mach/notify.defs | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
2.1.0


Reply via email to