X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fnetflow.h;h=e89b75e2c87ee57949009587695af0df6d4e72e6;hb=230f02bc4f892170747fcded9afb85be09360c1a;hp=c7f2574b85240ad5b43073a98aa778eb6a3ba50d;hpb=eb8124885c3c01bfc1c0fa8a53684921f830362d;p=sliver-openvswitch.git diff --git a/ofproto/netflow.h b/ofproto/netflow.h index c7f2574b8..e89b75e2c 100644 --- a/ofproto/netflow.h +++ b/ofproto/netflow.h @@ -55,7 +55,7 @@ void netflow_mask_wc(struct flow *, struct flow_wildcards *); void netflow_flow_clear(struct netflow *netflow, struct flow *flow); -void netflow_flow_update(struct netflow *nf, struct flow *flow, +void netflow_flow_update(struct netflow *nf, const struct flow *flow, ofp_port_t output_iface, const struct dpif_flow_stats *);