Acked-by: Jarno Rajahalme <[email protected]> On Dec 10, 2013, at 11:20 PM, Ben Pfaff <[email protected]> wrote:
> Signed-off-by: Ben Pfaff <[email protected]> > --- > ofproto/ofproto.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h > index d734eab..6197278 100644 > --- a/ofproto/ofproto.h > +++ b/ofproto/ofproto.h > @@ -36,12 +36,12 @@ struct bfd_cfg; > struct cfm_settings; > struct cls_rule; > struct netdev; > -struct ofproto; > +struct netdev_stats; > struct ofport; > +struct ofproto; > struct shash; > struct simap; > struct smap; > -struct netdev_stats; > > struct ofproto_controller_info { > bool is_connected; > -- > 1.7.10.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
