elog: make elog_string() multi-thread safe 14/19914/2
authorSteven Luong <sluong@cisco.com>
Fri, 31 May 2019 14:34:39 +0000 (07:34 -0700)
committerDave Barach <openvpp@barachs.net>
Tue, 4 Jun 2019 16:05:11 +0000 (16:05 +0000)
elog is supposed to be thread safe. Yet elog_string() is not. To fulfill
that promise, let's make elog_string() thread safe to avoid surprises.

Change-Id: Iab82faa7cb6719777a66c3ff14775e59a6a68a20
Signed-off-by: Steven Luong <sluong@cisco.com>

No differences found