[ovs-dev] [PATCH 1/4] lib: Create new timer library.

Ben Pfaff blp at nicira.com
Thu Mar 31 15:45:40 PDT 2011


On Thu, Mar 31, 2011 at 03:36:43PM -0700, Ethan Jackson wrote:
> Scattered throughout the code base we use long integers to
> implement timers.  When the result of timer_msec() is greater than
> the time stored, we preform some action.
> 
> This commit creates a new timer library intended to replace these
> manually managed timers.  Code using the timer library will be more
> obviously correct, and more consistent with other code using the
> library.

This updated version looks good to me.  I think the whole series is
fine.

Thank you!



More information about the dev mailing list