Acked-by: Jarno Rajahalme <[email protected]> On Dec 10, 2013, at 11:19 PM, Ben Pfaff <[email protected]> wrote:
> Signed-off-by: Ben Pfaff <[email protected]> > --- > ofproto/ofproto-dpif.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c > index ff77903..bfa9a9a 100644 > --- a/ofproto/ofproto-dpif.c > +++ b/ofproto/ofproto-dpif.c > @@ -436,7 +436,7 @@ struct dpif_backer { > struct timer next_expiration; > > struct ovs_rwlock odp_to_ofport_lock; > - struct hmap odp_to_ofport_map OVS_GUARDED; /* ODP port to ofport map. */ > + struct hmap odp_to_ofport_map OVS_GUARDED; /* Contains "struct ofport"s. > */ > > struct simap tnl_backers; /* Set of dpif ports backing tunnels. */ > > -- > 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
