]> git.puffer.fish Git - mirror/frr.git/commit
2005-10-26 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Wed, 26 Oct 2005 05:05:16 +0000 (05:05 +0000)
committerpaul <paul>
Wed, 26 Oct 2005 05:05:16 +0000 (05:05 +0000)
commit0241684ea77e8aa20ad2cb3903589559f4a7b009
tree2bb64a53f5d8c1091839be9e1afb6e4625828f38
parent216565ab68148d3161422c0d73730614bfeccd7c
2005-10-26 Paul Jakma <paul.jakma@sun.com>

* (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.
lib/ChangeLog
lib/if.c
lib/if_rmap.c
lib/memtypes.c
lib/memtypes.h
lib/pqueue.c
lib/routemap.c