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/command.c | |
| parent | 8b7454e9c2c6a54588657f6376ea3e1ead4bfc90 (diff) | |
lib: use MTYPE_STATIC
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |
