]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_main.c
lib: migrate to new memory-type handling
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 6 Jan 2016 09:37:22 +0000 (10:37 +0100)
committerChristian Franke <nobody@nowhere.ws>
Mon, 19 Sep 2016 16:35:50 +0000 (18:35 +0200)
commitfc7948fafee457874a21aa955c56a617b563f85c
tree919884f8b46b3b7ddbd6137d89dc8990e0739316
parent3b4cd7837562cd78fe80bde94f5aa6729b2f755d
lib: migrate to new memory-type handling

Move over to the new allocation counting added in the previous commit.

(This commit is mostly mechanical.)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Acked-by: Vincent JARDIN <vincent.jardin@6wind.com>
27 files changed:
bgpd/bgp_main.c
bgpd/bgp_vty.c
isisd/isis_main.c
isisd/isis_redist.c
lib/Makefile.am
lib/memory.h
lib/memory_vty.c
lib/memory_vty.h
lib/memtypes.awk [deleted file]
lib/memtypes.c
lib/memtypes.pl [new file with mode: 0755]
ospf6d/ospf6_main.c
ospfclient/ospf_apiclient.c
ospfclient/ospf_apiclient.h
ospfd/ospf_main.c
ospfd/ospf_opaque.c
ospfd/ospf_te.c
pimd/pim_main.c
ripd/rip_main.c
ripngd/ripng_main.c
tests/common-cli.c
tests/main.c
tests/test-buffer.c
tests/test-privs.c
vtysh/vtysh_main.c
zebra/main.c
zebra/test_main.c