aboutsummaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-03-31 13:46:04 -0700
committerEthan Jackson <ethan@nicira.com>2011-03-31 16:17:40 -0700
commit8650b075065d03db50dac26f33bb0ec3c485d044 (patch)
treee594abf1d5f7044d1f19cb2e6dfba9543bc506f5 /lib/automake.mk
parent6fcdfcd065750940efd97b90f9746601d5b3f965 (diff)
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.
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk2
1 files changed, 2 insertions, 0 deletions
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 \