bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 07/11] include: define MACH_MSG_TYPE_PROTECTED_PAYLOAD


From: Justus Winter
Subject: [PATCH 07/11] include: define MACH_MSG_TYPE_PROTECTED_PAYLOAD
Date: Mon, 17 Feb 2014 18:20:57 +0100

* include/mach/message.h: Define MACH_MSG_TYPE_PROTECTED_PAYLOAD.
(MACH_MSG_TYPE_LAST): Adjust accordingly.
---
 include/mach/message.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/mach/message.h b/include/mach/message.h
index 7464a57..0a7297e 100644
--- a/include/mach/message.h
+++ b/include/mach/message.h
@@ -256,7 +256,9 @@ typedef     struct  {
 #define MACH_MSG_TYPE_PORT_SEND                MACH_MSG_TYPE_MOVE_SEND
 #define MACH_MSG_TYPE_PORT_SEND_ONCE   MACH_MSG_TYPE_MOVE_SEND_ONCE
 
-#define MACH_MSG_TYPE_LAST             22              /* Last assigned */
+#define MACH_MSG_TYPE_PROTECTED_PAYLOAD        23
+
+#define MACH_MSG_TYPE_LAST             23              /* Last assigned */
 
 /*
  *  A dummy value.  Mostly used to indicate that the actual value
-- 
1.8.5.2




reply via email to

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