diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-05 15:12:18 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-03 11:11:43 +0100 |
commit | f5fc494d1171e5ddda82bdd6c9793b1c5a55ec99 (patch) | |
tree | 361245ca57c3cc26615bd4ddf00f2d4d57bff60c /include/mach | |
parent | 81d37c131bcc83bc58dcabef2ef1513c1e208ed6 (diff) |
include: add a payload-aware intran mutator for notify_port_t
* include/mach/notify.defs (notify_port_t): Add a payload-aware intran
mutator.
Diffstat (limited to 'include/mach')
-rw-r--r-- | include/mach/notify.defs | 3 |
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 |