summaryrefslogtreecommitdiff
path: root/pathd/path_pcep.h
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.h
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.h')
-rw-r--r--pathd/path_pcep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pathd/path_pcep.h b/pathd/path_pcep.h
index b131b31445..654d089cbc 100644
--- a/pathd/path_pcep.h
+++ b/pathd/path_pcep.h
@@ -22,11 +22,13 @@
#include <stdbool.h>
#include <debug.h>
#include <netinet/tcp.h>
+#include "memory.h"
#include "pceplib/pcep_utils_logging.h"
#include "pceplib/pcep_pcc_api.h"
#include "mpls.h"
#include "pathd/pathd.h"
-#include "pathd/path_pcep_memory.h"
+
+DECLARE_MTYPE(PCEP);
#define PCEP_DEFAULT_PORT 4189
#define MAX_PCC 32