From: Oliver Kurth Date: Tue, 26 May 2020 22:32:57 +0000 (-0700) Subject: Common source file changes not directly applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3423aa7a1d2f0d864eaaa6d11b8b34eacb04c3c;p=thirdparty%2Fopen-vm-tools.git Common source file changes not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h b/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h index b398e76cb..95d565e89 100644 --- a/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h +++ b/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h @@ -873,7 +873,9 @@ struct Vmxnet3_PktSteeringFilterConf { }; uint32_t value; }; - Vmxnet3_PktSteeringFilterConfExt extConf[]; + /* Following this structure is Vmxnet3_PktSteeringFilterConfExt + * in case isExtValid is true. + */ } #include "vmware_pack_end.h" Vmxnet3_PktSteeringFilterConf;