bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 7/8] include: add a payload-aware intran mutator for notify_port_


From: Justus Winter
Subject: [PATCH 7/8] include: add a payload-aware intran mutator for notify_port_t
Date: Thu, 18 Sep 2014 15:22:49 +0200

* 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

[Prev in Thread] Current Thread [Next in Thread]