]> git.puffer.fish Git - mirror/frr.git/commit
lib: mt-safe log.c
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 5 Sep 2017 21:40:31 +0000 (17:40 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 12 Sep 2017 18:28:58 +0000 (14:28 -0400)
commitdd73dca94a7125e6de79a73aa1067c843e298501
tree1d23688d4e3e8281fcb3e2f79f5078ec31d732a1
parent016bded5d504dec6af791cb468e7b316a52af05a
lib: mt-safe log.c

Tentative thread-safety support for zlog. Functions designed to be
called from signal handlers are not mt-safe.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/log.c