datapath-windows: changes to existing PACKET_CMD handler.
[cascardo/ovs.git] / datapath-windows / include / OvsPub.h
index 14a1f3d..dd42d33 100644 (file)
@@ -429,12 +429,8 @@ typedef struct OvsPacketExecute {
 
    uint32_t packetLen;
    uint32_t actionsLen;
-   union {
-       /* Variable size blob with packet data first, followed by action
-        * attrs. */
-       char packetBuf[0];
-       NL_ATTR  actions[0];
-   };
+   PCHAR packetBuf;
+   PNL_ATTR actions;
 } OvsPacketExecute;