summaryrefslogtreecommitdiff
path: root/pathd/pathd.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/pathd.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/pathd.h')
-rw-r--r--pathd/pathd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pathd/pathd.h b/pathd/pathd.h
index e3d26a0ac5..9c4d256cef 100644
--- a/pathd/pathd.h
+++ b/pathd/pathd.h
@@ -19,11 +19,14 @@
#ifndef _FRR_PATHD_H_
#define _FRR_PATHD_H_
+#include "lib/memory.h"
#include "lib/mpls.h"
#include "lib/ipaddr.h"
#include "lib/srte.h"
#include "lib/hook.h"
+DECLARE_MGROUP(PATHD);
+
enum srte_protocol_origin {
SRTE_ORIGIN_UNDEFINED = 0,
SRTE_ORIGIN_PCEP = 1,