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

Justin Pettit jpettit at nicira.com
Mon Aug 16 21:23:05 UTC 2010


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.

--Justin






More information about the dev mailing list