summaryrefslogtreecommitdiff
path: root/pathd/path_pcep.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-03-22 18:53:23 +0100
committerDavid Lamparter <equinox@diac24.net>2021-03-22 18:53:23 +0100
commitc7479286aef294af8fb13c7690e4ff93fc8f8a1e (patch)
tree41de50621cc77d01b10e3fdb7717047f973102db /pathd/path_pcep.c
parentb4216e2c6681fabb755b814f8304f37cea0d235b (diff)
pathd: kill *_memory.[ch]
Ouch, MTYPE_PCEP is used in 81 places :( Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'pathd/path_pcep.c')
-rw-r--r--pathd/path_pcep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pathd/path_pcep.c b/pathd/path_pcep.c
index 5dcba965a2..d6cd48ecdb 100644
--- a/pathd/path_pcep.c
+++ b/pathd/path_pcep.c
@@ -19,6 +19,7 @@
#include <zebra.h>
#include "pceplib/pcep_utils_counters.h"
+#include "memory.h"
#include "log.h"
#include "command.h"
#include "libfrr.h"
@@ -31,13 +32,13 @@
#include "pathd/pathd.h"
#include "pathd/path_errors.h"
-#include "pathd/path_pcep_memory.h"
#include "pathd/path_pcep.h"
#include "pathd/path_pcep_cli.h"
#include "pathd/path_pcep_controller.h"
#include "pathd/path_pcep_lib.h"
#include "pathd/path_pcep_config.h"
+DEFINE_MTYPE(PATHD, PCEP, "PCEP module");
/*
* Globals.