]> git.puffer.fish Git - matthieu/frr.git/commit
2005-04-25 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Mon, 25 Apr 2005 16:26:42 +0000 (16:26 +0000)
committerpaul <paul>
Mon, 25 Apr 2005 16:26:42 +0000 (16:26 +0000)
commit354d119a6569b2c6335ae9309e4606e5cccedb6a
treee29bb213c52bb46b3454f845fa5892df306b82e2
parentb64d92a8a88e69f711976a3c12c17667ecaba4ee
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: Add new workqueue files to build.
lib/Makefile.am
lib/command.c
lib/memtypes.c
lib/memtypes.h
lib/workqueue.c [new file with mode: 0644]
lib/workqueue.h [new file with mode: 0644]