From 30043e4ce2160cd8110b73beedf2e6b068794ac6 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 22 Mar 2021 19:31:56 +0100 Subject: ospf6d: kill ospf6_memory.h, use MTYPE_STATIC Same as other commits -- convert most DEFINE_MTYPE into the _STATIC variant, and move the remaining non-static ones to appropriate places. Signed-off-by: David Lamparter --- ospf6d/ospf6_interface.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ospf6d/ospf6_interface.c') diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 6f6bbc2b67..158b8dc483 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -45,6 +45,7 @@ #include "ospf6_zebra.h" #include "lib/json.h" +DEFINE_MTYPE_STATIC(OSPF6D, OSPF6_IF, "OSPF6 interface"); DEFINE_MTYPE_STATIC(OSPF6D, CFG_PLIST_NAME, "configured prefix list names"); DEFINE_QOBJ_TYPE(ospf6_interface); DEFINE_HOOK(ospf6_interface_change, -- cgit v1.2.3