]> git.proxmox.com Git - mirror_frr.git/commit - lib/command.c
2005-03-14 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Mon, 14 Mar 2005 20:19:01 +0000 (20:19 +0000)
committerpaul <paul>
Mon, 14 Mar 2005 20:19:01 +0000 (20:19 +0000)
commit55468c86040081320f557b696e509b76ddfd6c83
tree3ee726f155f8776d4a220997681d14c0b09addd0
parent909a215508fd42473fcbe4f5292a59404e5473af
2005-03-14 Paul Jakma <paul.jakma@sun.com>

* (global) update all c files to match the lib/vector.h rename of
  (struct vector).active to max, and vector_max macro to
  vector_active.
* lib/vector.h: Rename to (struct vector).max to slightly less
  confusing active, for the number of active slots, distinct from
  allocated or active-and-not-empty. Rename vector_max to
  vector_active for same reason.
13 files changed:
ChangeLog
lib/ChangeLog
lib/command.c
lib/routemap.c
lib/vector.c
lib/vector.h
lib/vty.c
ospf6d/ospf6_lsa.c
ripd/rip_interface.c
ripngd/ripng_interface.c
vtysh/vtysh.c
vtysh/vtysh_config.c
zebra/zebra_rib.c