On Tue, Oct 08, 2013 at 06:22:41PM -0700, Alex Wang wrote: > This commit adds a new function "bfd_wake_time()" that returns the > next wakeup time associated with the "struct bfd". > > Signed-off-by: Alex Wang <[email protected]>
I think this increases code duplication, can't we now rewrite bfd_wait() as essentially poll_timer_wait_until(bfd_wake_time(bfd))? _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
