summaryrefslogtreecommitdiff
path: root/datapath-windows/include
diff options
context:
space:
mode:
authorAnkur Sharma <ankursharma@vmware.com>2014-10-03 15:53:43 -0700
committerBen Pfaff <blp@nicira.com>2014-10-06 15:26:39 -0700
commit90439167684c9579aae518b291e7ae513da540bb (patch)
tree7bf4d8d0ab58dfbbad6946b51158d4d2c3c4b5d1 /datapath-windows/include
parentffa08087fed5e35e017be176a586c1dbe8bb71a1 (diff)
downloadopenvswitch-90439167684c9579aae518b291e7ae513da540bb.tar.gz
datapath-windows: Flow Dump handler
In this patch we have added basic changes for handler registeration for FLOW_GET command. Signed-off-by: Ankur Sharma <ankursharma@vmware.com> Acked-by: Nithin Raju <nithin@vmware.com> Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'datapath-windows/include')
-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 a8516b6d2..e94dacfe2 100644
--- a/datapath-windows/include/OvsPub.h
+++ b/datapath-windows/include/OvsPub.h
@@ -349,7 +349,7 @@ typedef struct OvsFlowInfo {
OvsFlowKey key;
struct OvsFlowStats stats;
uint32_t actionsLen;
- NL_ATTR actions[0];
+ PNL_ATTR actions;
} OvsFlowInfo;
enum GetFlags {