]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/nexthop.c
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
[mirror_frr.git] / lib / nexthop.c
index 14486ea157f95c8f1a9ae53d1d8cbd708143be8b..427f77f87ac69c4020f3dde60bc9965f7ad216b4 100644 (file)
@@ -33,6 +33,8 @@
 #include "prefix.h"
 #include "nexthop.h"
 
+DEFINE_MTYPE_STATIC(LIB, NEXTHOP, "Nexthop")
+
 /* check if nexthops are same, non-recursive */
 int
 nexthop_same_no_recurse (struct nexthop *next1, struct nexthop *next2)