aboutsummaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-05-30 17:16:16 -0700
committerBen Pfaff <blp@nicira.com>2012-06-21 08:00:07 -0700
commit648f4f1fe4ee22cf9d5e9dc0eb9b53a40f9035db (patch)
tree317795cd164055b10b91e874f6df07b895ab61eb /lib/automake.mk
parent8d2835d8c9fde763d3dd9790f38eac0595d5024a (diff)
token-bucket: New library for generic rate-limiting.
This commit converts two rate-limiters in the tree to use the library. I intend to use the library elsewhere in the future. Signed-off-by: Ben Pfaff <blp@nicira.com>
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 6d3667cc..9d8b426a 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -173,6 +173,8 @@ lib_libopenvswitch_a_SOURCES = \
lib/timer.h \
lib/timeval.c \
lib/timeval.h \
+ lib/token-bucket.c \
+ lib/token-bucket.h \
lib/type-props.h \
lib/unaligned.h \
lib/unicode.c \