diff options
| author | David Lamparter <equinox@diac24.net> | 2021-03-22 18:27:58 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-22 18:27:58 +0100 | 
| commit | 66b9a3816aa1708eded1e1e03b725d005d621232 (patch) | |
| tree | 7366762e0a16e44470d7402b2dd10cbf7d934573 /isisd/isis_dynhn.c | |
| parent | 992c42ef011f56551686b7336bedf5c5e6100f2c (diff) | |
isisd: kill isis_memory.h, use MTYPE_STATIC
Convert most DEFINE_MTYPE into the _STATIC variant, and move the
remaining non-static ones to appropriate places.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'isisd/isis_dynhn.c')
| -rw-r--r-- | isisd/isis_dynhn.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_dynhn.c b/isisd/isis_dynhn.c index d2c5d93e25..decd3e8922 100644 --- a/isisd/isis_dynhn.c +++ b/isisd/isis_dynhn.c @@ -40,6 +40,8 @@  #include "isisd/isis_misc.h"  #include "isisd/isis_constants.h" +DEFINE_MTYPE_STATIC(ISISD, ISIS_DYNHN, "ISIS dyn hostname"); +  extern struct host host;  struct list *dyn_cache = NULL;  | 
