[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 8/8] include: add a payload-aware intran mutator for device_t
From: |
Justus Winter |
Subject: |
[PATCH 8/8] include: add a payload-aware intran mutator for device_t |
Date: |
Thu, 18 Sep 2014 15:22:50 +0200 |
* include/device/device_types.defs (device_t): Add a payload-aware
intran mutator.
---
include/device/device_types.defs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/device/device_types.defs b/include/device/device_types.defs
index ff6cff6..49cc271 100644
--- a/include/device/device_types.defs
+++ b/include/device/device_types.defs
@@ -63,6 +63,9 @@ type device_t = mach_port_t
#ifdef DEVICE_INTRAN
intran: DEVICE_INTRAN
#endif
+#ifdef DEVICE_INTRAN_PAYLOAD
+ intranpayload: DEVICE_INTRAN_PAYLOAD
+#endif
#ifdef DEVICE_OUTTRAN
outtran: DEVICE_OUTTRAN
#endif
--
2.1.0
- [PATCH 4/8] include: define MACH_MSG_TYPE_PROTECTED_PAYLOAD, (continued)
- [PATCH 4/8] include: define MACH_MSG_TYPE_PROTECTED_PAYLOAD, Justus Winter, 2014/09/18
- [PATCH 3/8] include: add msgh_protected_payload to mach_msg_header_t, Justus Winter, 2014/09/18
- [PATCH 5/8] ipc: provide the protected payload in ipc_kmsg_copyout_header, Justus Winter, 2014/09/18
- [PATCH 6/8] include: add a payload-aware intran mutator for memory_object_t, Justus Winter, 2014/09/18
- [PATCH 7/8] include: add a payload-aware intran mutator for notify_port_t, Justus Winter, 2014/09/18
- [PATCH 8/8] include: add a payload-aware intran mutator for device_t,
Justus Winter <=
- Re: [PATCH 1/8] ipc: add protected payload, Samuel Thibault, 2014/09/30
- Re: [PATCH 5/5] ipc: provide the protected payload in ipc_kmsg_copyout_header, Samuel Thibault, 2014/09/30