On 06/05/14 at 10:02pm, Ben Pfaff wrote:
> The delete_flow__() function had two callers, each of which had to
> correctly call ofmonitor_flush() when completely done.  An upcoming commit
> will add another function that the callers need to call.  This is easier
> if delete_flow__() only has one caller, so this commit refactors so that
> it does, and inlines delete_flow__() into that caller for further
> simplification.
> 
> Also remove a parameter from delete_flows__() that wasn't really needed
> and change its return type to void since it can't ever fail.
> 
> Signed-off-by: Ben Pfaff <b...@nicira.com>

Acked-by: Thomas Graf <tg...@suug.ch>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to