diff options
author | ajs <ajs> | 2005-10-20 22:28:14 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-10-20 22:28:14 +0000 |
commit | 24065a3d4a61a136a17996a48df02b0b180bc6f0 (patch) | |
tree | e1e6463a5d56500d94abb74b320bcb6b99d4c6a1 /lib/ChangeLog | |
parent | 38d3c163cff92465c94732cb7ecb9761053d2038 (diff) |
2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* memory.c: (show_memory_vty) Omit zero statistics. Print separators
only if some non-zero stats have been printed in between.
(show_separator) New function to print a separator.
(show_memory_all) Keep track of whether a separator is needed
between the different memory statistics groups.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 51646138..c94e5639 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * memory.c: (show_memory_vty) Omit zero statistics. Print separators + only if some non-zero stats have been printed in between. + (show_separator) New function to print a separator. + (show_memory_all) Keep track of whether a separator is needed + between the different memory statistics groups. + 2005-10-18 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * memtypes.h: Add MTYPE_OSPF_VERTEX_PARENT (to match memtypes.c). |