summaryrefslogtreecommitdiffstats
path: root/bgpd
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-01-06 10:37:22 +0100
committerChristian Franke <nobody@nowhere.ws>2016-09-19 18:35:50 +0200
commitfc7948fafee457874a21aa955c56a617b563f85c (patch)
tree919884f8b46b3b7ddbd6137d89dc8990e0739316 /bgpd
parentlib: add new extensible memory-type handling (diff)
downloadfrr-fc7948fafee457874a21aa955c56a617b563f85c.tar.xz
frr-fc7948fafee457874a21aa955c56a617b563f85c.zip
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>
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/bgp_main.c1
-rw-r--r--bgpd/bgp_vty.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c
index 5ef8154fa..68d6cb7f3 100644
--- a/bgpd/bgp_main.c
+++ b/bgpd/bgp_main.c
@@ -27,6 +27,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "thread.h"
#include <lib/version.h>
#include "memory.h"
+#include "memory_vty.h"
#include "prefix.h"
#include "log.h"
#include "privs.h"
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c
index c83d75174..56db69750 100644
--- a/bgpd/bgp_vty.c
+++ b/bgpd/bgp_vty.c
@@ -30,6 +30,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "thread.h"
#include "log.h"
#include "memory.h"
+#include "memory_vty.h"
#include "hash.h"
#include "queue.h"
#include "filter.h"