From 8650b075065d03db50dac26f33bb0ec3c485d044 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Thu, 31 Mar 2011 13:46:04 -0700 Subject: lib: Create new timer library. 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. --- lib/automake.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/automake.mk') diff --git a/lib/automake.mk b/lib/automake.mk index 297e89c4..78a45ea2 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -144,6 +144,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/table.h \ lib/tag.c \ lib/tag.h \ + lib/timer.c \ + lib/timer.h \ lib/timeval.c \ lib/timeval.h \ lib/type-props.h \ -- cgit v1.2.3