aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-12-05 13:53:50 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-12-09 13:02:13 +0100
commit82f11ef0c50d938173b46e102df1eeef3bce46ae (patch)
tree7cf3c18d9ccf2198a37de465f178588b3c24bc8c /sys/linux/socket_netlink.txt
parenta3f232631f083a5a8ebe4928a98712f553a6efe7 (diff)
sys/linux: add AF_TIPC netlink interface and packet formats
Diffstat (limited to 'sys/linux/socket_netlink.txt')
-rw-r--r--sys/linux/socket_netlink.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/socket_netlink.txt b/sys/linux/socket_netlink.txt
index cbf44da37..e459514a3 100644
--- a/sys/linux/socket_netlink.txt
+++ b/sys/linux/socket_netlink.txt
@@ -87,7 +87,7 @@ type netlink_msg_t[TYPE, PAYLOAD, ATTRS] {
pid netlink_port_id
payload PAYLOAD
attrs array[ATTRS]
-} [align_4]
+} [packed, align_4]
type netlink_msg[TYPE, PAYLOAD, ATTRS] netlink_msg_t[const[TYPE, int16], PAYLOAD, ATTRS]