X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fnetflow.c;h=dcbb84a853772a97df8ec770280c1afaea2b9f37;hb=230f02bc4f892170747fcded9afb85be09360c1a;hp=8259cede30b250db560c6580579142853adb0d99;hpb=eb8124885c3c01bfc1c0fa8a53684921f830362d;p=sliver-openvswitch.git diff --git a/ofproto/netflow.c b/ofproto/netflow.c index 8259cede3..dcbb84a85 100644 --- a/ofproto/netflow.c +++ b/ofproto/netflow.c @@ -170,7 +170,7 @@ gen_netflow_rec(struct netflow *nf, struct netflow_flow *nf_flow, } void -netflow_flow_update(struct netflow *nf, struct flow *flow, +netflow_flow_update(struct netflow *nf, const struct flow *flow, ofp_port_t output_iface, const struct dpif_flow_stats *stats) OVS_EXCLUDED(mutex)