From f5fc494d1171e5ddda82bdd6c9793b1c5a55ec99 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 5 Apr 2014 15:12:18 +0200 Subject: include: add a payload-aware intran mutator for notify_port_t * 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 -- cgit v1.2.3