summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorpaul <paul>2005-04-25 16:29:10 +0000
committerpaul <paul>2005-04-25 16:29:10 +0000
commit147aff0fa4c3c1f54270881851b6c2c23418b031 (patch)
treeb29a667bb7780ad9a8616df0eddb3a4b3868dd0e /lib
parent354d119a6569b2c6335ae9309e4606e5cccedb6a (diff)
- forgot to commit changelog, belongs to previous commit.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 7d9d83de..8c805dfc 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,7 +1,14 @@
2005-04-25 Paul Jakma <paul.jakma@sun.com>
+ * workqueue.{c,h}: Helper API for setting up and running queues via
+ background threads.
+ * command.c: install the 'show workqueues' command
+ * memtypes.c: Add work queue mtypes, and a rib-queue type for
+ a zebra rib work queue.
+ * memtypes.h: Updated to match memtypes.c
* Makefile.am: Refer to source files via srcdir variable, fix
out-of-tree build breakage.
+ Add new workqueue files to build.
* memory.c: Make the string field much wider
* memtypes.c: Correct the prefix list str/entry strings
* thread.c: Kill unused TIMER_NO_SORT bits