]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common source file changes not directly applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Tue, 26 May 2020 22:32:57 +0000 (15:32 -0700)
committerOliver Kurth <okurth@vmware.com>
Tue, 26 May 2020 22:32:57 +0000 (15:32 -0700)
open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h

index b398e76cb1827b27019e73983451acff6b53124e..95d565e89bafe6a59fdc40fec173cf57e4a614bd 100644 (file)
@@ -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;