Re: [PATCH 3/8] include: add msgh_protected_payload to mach_msg_header_t

2014-09-30 Thread Samuel Thibault
Ack. Justus Winter, le Thu 18 Sep 2014 15:22:45 +0200, a écrit : > * include/mach/message.h (mach_msg_header_t): Add > msgh_protected_payload as a union with msgh_local_port. > * doc/mach.texi (Message Format): Document msgh_protected_payload. > --- > doc/mach.texi | 9 + > inc

[PATCH 3/8] include: add msgh_protected_payload to mach_msg_header_t

2014-09-18 Thread Justus Winter
* include/mach/message.h (mach_msg_header_t): Add msgh_protected_payload as a union with msgh_local_port. * doc/mach.texi (Message Format): Document msgh_protected_payload. --- doc/mach.texi | 9 + include/mach/message.h | 5 - 2 files changed, 13 insertions(+), 1 deletion(-