[ovs-dev] [wdp error reporting 2/5] Make flow table iteration functions propagate return values to caller.

Ben Pfaff blp at nicira.com
Fri Aug 20 17:02:22 UTC 2010


On Mon, Aug 16, 2010 at 02:23:05PM -0700, Justin Pettit wrote:
> On Jul 26, 2010, at 3:44 PM, Ben Pfaff wrote:
> 
> > diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
> > index ed1f314..3c13273 100644
> > --- a/ofproto/ofproto.c
> > +++ b/ofproto/ofproto.c
> > 
> > -static void delete_flow(struct ofproto *, struct wdp_rule *, uint8_t reason);
> > +static int delete_flow(struct ofproto *, struct wdp_rule *, uint8_t reason);
> 
> This prototype is changed here, but the change of the function's definition doesn't happen until the next commit.  Otherwise, this looks good.

Oops.  Thank you.

I moved the prototype change to the next commit.




More information about the dev mailing list