diff options
| author | David Lamparter <equinox@diac24.net> | 2019-06-21 08:25:42 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-06-21 08:54:25 +0200 | 
| commit | eaf58ba906129ecaf61ff21ad9263e12bd8931cb (patch) | |
| tree | 2620916ebc31d208f3a3cd07650d5f421e4d223b /lib/table.c | |
| parent | 8b7454e9c2c6a54588657f6376ea3e1ead4bfc90 (diff) | |
lib: use MTYPE_STATIC
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/table.c')
| -rw-r--r-- | lib/table.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/table.c b/lib/table.c index 728615c776..1a89a95f4f 100644 --- a/lib/table.c +++ b/lib/table.c @@ -28,7 +28,7 @@  #include "memory.h"  #include "sockunion.h" -DEFINE_MTYPE(LIB, ROUTE_TABLE, "Route table") +DEFINE_MTYPE_STATIC(LIB, ROUTE_TABLE, "Route table")  DEFINE_MTYPE(LIB, ROUTE_NODE, "Route node")  static void route_table_free(struct route_table *);  | 
