summaryrefslogtreecommitdiff
path: root/datapath-windows/include
diff options
context:
space:
mode:
Diffstat (limited to 'datapath-windows/include')
-rw-r--r--datapath-windows/include/OvsPub.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/datapath-windows/include/OvsPub.h b/datapath-windows/include/OvsPub.h
index 14a1f3d58..dd42d3365 100644
--- a/datapath-windows/include/OvsPub.h
+++ b/datapath-windows/include/OvsPub.h
@@ -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;