diff options
Diffstat (limited to 'include/linux/msg.h')
| -rw-r--r-- | include/linux/msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/msg.h b/include/linux/msg.h index 4b64aebf312e..0aa923294f06 100644 --- a/include/linux/msg.h +++ b/include/linux/msg.h @@ -69,6 +69,7 @@ struct msg_msg { long m_type; int m_ts; /* message text size */ struct msg_msgseg* next; + void *security; /* the actual message follows immediately */ }; |
