diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-31 13:57:25 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-31 13:57:25 -0600 |
commit | 4a1bcc63cd2919f74f29b41c7b000f80da7449f4 (patch) | |
tree | cb213c45c610bff106761bbc0d4117ba6c0f8bd1 /common/log.cpp | |
parent | bbf14304d1112882c20f4ad3818712cdfecdedaa (diff) | |
download | sink-4a1bcc63cd2919f74f29b41c7b000f80da7449f4.tar.gz sink-4a1bcc63cd2919f74f29b41c7b000f80da7449f4.zip |
Avoid non threadsafe initialization.
local static initialization is only threadsafe if initialized on
construction. The other codepath is not threadsafe, but is only used in
testcode.
Diffstat (limited to 'common/log.cpp')
0 files changed, 0 insertions, 0 deletions