]> git.proxmox.com Git - mirror_frr.git/commit - lib/log.h
lib: introduce flog() to simplify the northbound code a little bit
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 15 Apr 2019 22:03:57 +0000 (19:03 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Thu, 18 Apr 2019 16:17:54 +0000 (13:17 -0300)
commitc650e48c54c2f524a473781f019b059daf2fd8d0
treec6b660c7d0432eae76ec2c7fa89d602331c7f340
parente412d3b8d974dd39d95ce484b021a6593d373151
lib: introduce flog() to simplify the northbound code a little bit

flog() is a small wrapper around zlog() that can be useful in a
few places to reduce code duplication.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/log.h
lib/northbound.c