]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/log_int.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / log_int.h
index 56823fb971ce51da6d6ea626d558ea6feaafccdd..a7f8be9ae71499eb6c67eee2d61091b25e7d6824 100644 (file)
@@ -27,7 +27,7 @@
 struct zlog {
        const char *ident; /* daemon name (first arg to openlog) */
        const char *protoname;
-       u_short instance;
+       unsigned short instance;
        int maxlvl[ZLOG_NUM_DESTS]; /* maximum priority to send to associated
                                       logging destination */
        int default_lvl;            /* maxlvl to use if none is specified */