summaryrefslogtreecommitdiffstats
path: root/lib/memtypes.h
Commit message (Collapse)AuthorAgeFilesLines
* [lib] remove autogenerated file, update .cvsignorePaul Jakma2006-07-271-203/+0
|
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-0/+1
| | | | * memtypes.h: Update auto-built file.
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-261-0/+4
| | | | | | | | | | * (general) Cleanup a some calls to XFREE,strdup, etc. to use the memory.h macros. * memtypes.c: Add MTYPE_IF_RMAP_NAME, MTYPE_PQUEUE, MTYPE_PQUEUE_DATA and MTYPE_HOST. * memtypes.h: update auto-built file. * if_rmap.c: Use MTYPE_IF_RMAP_NAME. * pqueue.c: Use the two MTYPE_PQUEUE mtypes for allocations.
* 2005-10-18 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-181-0/+1
| | | | * memtypes.h: Add MTYPE_OSPF_VERTEX_PARENT (to match memtypes.c).
* 2005-09-21 Paul Jakma <paul.jakma@sun.com>paul2005-09-211-0/+1
| | | | * memtypes.{c,h}: Add MTYPE_AS_SEG_DATA.
* 2005-06-18 Paul Jakma <paul.jakma@sun.com>paul2005-06-181-0/+2
| | | | * memtypes.h: update autobuilt file to match memtypes.c changes
* 2005-05-24 Paul Jakma <paul@dishone.st>paul2005-05-241-1/+1
| | | | | * memtypes.h: update this auto-built file. (maybe we should just remove it, is GNU awk a terrible dependency to have?)
* 2005-04-25 Paul Jakma <paul.jakma@sun.com>paul2005-04-251-0/+5
| | | | | | | | | | * 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.
* 2005-04-15 Paul Jakma <paul@dishone.st>paul2005-04-151-0/+189
* Makefile.am: memtypes.awk is gawk dependent, use the GAWK automake var. * memtypes.h: New file, auto-generated, checked in for convenience.