Acked-by: Alex Wang <[email protected]> On Mon, Jul 20, 2015 at 11:20 AM, Ben Pfaff <[email protected]> wrote:
> The function was removed some time ago, but not the prototype. > > Signed-off-by: Ben Pfaff <[email protected]> > --- > ofproto/ofproto-dpif.h | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h > index 7bb45e3..0209565 100644 > --- a/ofproto/ofproto-dpif.h > +++ b/ofproto/ofproto-dpif.h > @@ -131,11 +131,6 @@ ovs_be64 rule_dpif_get_flow_cookie(const struct > rule_dpif *rule); > void rule_dpif_reduce_timeouts(struct rule_dpif *rule, uint16_t > idle_timeout, > uint16_t hard_timeout); > > -void choose_miss_rule(enum ofputil_port_config, > - struct rule_dpif *miss_rule, > - struct rule_dpif *no_packet_in_rule, > - struct rule_dpif **rule, bool take_ref); > - > void group_dpif_credit_stats(struct group_dpif *, > struct ofputil_bucket *, > const struct dpif_flow_stats *); > -- > 2.1.3 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
