summaryrefslogtreecommitdiff
path: root/datapath-windows/include/OvsPub.h
diff options
context:
space:
mode:
Diffstat (limited to 'datapath-windows/include/OvsPub.h')
-rw-r--r--datapath-windows/include/OvsPub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/datapath-windows/include/OvsPub.h b/datapath-windows/include/OvsPub.h
index ff0e8ce20..a8516b6d2 100644
--- a/datapath-windows/include/OvsPub.h
+++ b/datapath-windows/include/OvsPub.h
@@ -405,7 +405,7 @@ typedef struct OvsFlowPut {
uint32_t actionsLen;
OvsFlowKey key;
uint32_t flags;
- NL_ATTR actions[0]; /* Variable length indicated by actionsLen. */
+ PNL_ATTR actions;
} OvsFlowPut;
#define OVS_MIN_PACKET_SIZE 60