From eaf58ba906129ecaf61ff21ad9263e12bd8931cb Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 21 Jun 2019 08:25:42 +0200 Subject: lib: use MTYPE_STATIC Signed-off-by: David Lamparter --- lib/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index eb7ee52336..f257c7d0f9 100644 --- a/lib/command.c +++ b/lib/command.c @@ -48,7 +48,7 @@ #include "lib_errors.h" #include "northbound_cli.h" -DEFINE_MTYPE(LIB, HOST, "Host config") +DEFINE_MTYPE_STATIC(LIB, HOST, "Host config") DEFINE_MTYPE(LIB, COMPLETION, "Completion item") #define item(x) \ -- cgit v1.2.3