]> git.puffer.fish Git - matthieu/frr.git/commit
2005-04-15 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Fri, 15 Apr 2005 11:47:15 +0000 (11:47 +0000)
committerpaul <paul>
Fri, 15 Apr 2005 11:47:15 +0000 (11:47 +0000)
commit2fd2fd5d4c0e5a67f1b84abe18b54417237b20ab
tree106e9f02a377c796ce41f3033beea2404c6e0e58
parentd98b74b504554d851d1281017724984069340cad
2005-04-15 Paul Jakma <paul@dishone.st>

* memtypes.c: The new, unified location for memory type definitions.
  The memtype enum and declarations for memory_lists are built from
          this automatically and put into memtypes.h.
        * memtypes.awk: New script to generate memtypes.h from memtypes.c
        * memory.h: Finally, the enum can banished!
        * memory.c: Finally, the seperate mtype memory_list definitions can
          be banished!
          (log_memstats) Increase width of fields
          (show_memory_zebra_cmd) display zebra specific memory types.
          Increase width of fields.
        * Makefile.am: Add memtypes.{c,h}, add BUILT_SOURCES for memtypes.h
          Add a rule to build memtypes.h using memtypes.awk.
          Add memtypes.awk to EXTRA_DIST.
lib/ChangeLog
lib/Makefile.am
lib/memory.c
lib/memory.h
lib/memtypes.awk [new file with mode: 0644]
lib/memtypes.c [new file with mode: 0644]