aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_vnet.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-23 10:56:16 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-23 10:56:16 +0100
commitbe5c2c81971442d623dd1b265dabf4644ceeb35b (patch)
treefad1221fea5137be300e92a8475d92d8e1b47200 /sys/linux/socket_vnet.txt
parent4b042b7d6708cae4cb29fa41b89deea14b2eea32 (diff)
sys/linux: fix 32-bit warnings
Lots of interesting findings... Especially 2 byte uid/gid/pid. Update #590
Diffstat (limited to 'sys/linux/socket_vnet.txt')
-rw-r--r--sys/linux/socket_vnet.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/socket_vnet.txt b/sys/linux/socket_vnet.txt
index 9e7e02fae..d193e64b2 100644
--- a/sys/linux/socket_vnet.txt
+++ b/sys/linux/socket_vnet.txt
@@ -126,7 +126,7 @@ vhost_msg_v2 {
type const[VHOST_IOTLB_MSG_V2, int32]
reserved const[0, int32]
iotlb vhost_iotlb_msg
-} [size[VHOST_MSG_SIZE]]
+} [size[VHOST_MSG_V2_SIZE]]
define VHOST_MSG_V2_SIZE sizeof(struct vhost_msg_v2)