From: Lukáš Ježek Date: Wed, 9 Jun 2021 09:47:00 +0000 (+0200) Subject: fixup! log: split to groups X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d916574c1cf247ae56b28ce1700d5280e52f539c;p=thirdparty%2Fknot-resolver.git fixup! log: split to groups --- diff --git a/lib/log.h b/lib/log.h index bed9da5d9..18481272b 100644 --- a/lib/log.h +++ b/lib/log.h @@ -27,6 +27,7 @@ typedef struct { log_groups_t g_val; } log_group_names_t; +/* Don't forget add name to log_group_names[] (log.c) */ #define LOG_GRP_SYSTEM (1 << 1) #define LOG_GRP_CACHE (1 << 2) #define LOG_GRP_IO (1 << 3)