X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=switch%2Fswitch-flow.h;h=1320c09731e8ff794654eb7000dd821e554d5de2;hb=5549180a542fa7aa17a196d55b2f5eb4cbb3159a;hp=0f6c72161a2e1e97ec2f03cc4dce63a621d5403b;hpb=9b13a5792f83884c42d4000c10a17d30d1ee4133;p=sliver-openvswitch.git diff --git a/switch/switch-flow.h b/switch/switch-flow.h index 0f6c72161..1320c0973 100644 --- a/switch/switch-flow.h +++ b/switch/switch-flow.h @@ -82,6 +82,6 @@ void flow_fill_match(struct ofp_match* to, const struct sw_flow_key* from); void print_flow(const struct sw_flow_key *); bool flow_timeout(struct sw_flow *flow); -void flow_used(struct sw_flow *flow, struct buffer *buffer); +void flow_used(struct sw_flow *flow, struct ofpbuf *buffer); #endif /* switch-flow.h */