]> git.proxmox.com Git - mirror_frr.git/commit
lib: move zlog() prototype back to the public logging API
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 18 Apr 2019 16:13:26 +0000 (13:13 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Thu, 18 Apr 2019 16:15:13 +0000 (13:15 -0300)
commite412d3b8d974dd39d95ce484b021a6593d373151
treea8d86f4c7d4811dc9de23343f12f13f6dd3083f1
parent1ae9686cdf1b3e514345a5c8ddfa060d9d0429eb
lib: move zlog() prototype back to the public logging API

zlog() should be part of the public logging API as it's useful in
the cases where the logging priority isn't known at compile time
(i.e. it depends on a variable).

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
isisd/isis_misc.c
lib/log.h
lib/log_int.h
lib/yang.c
zebra/zebra_rib.c