commit | f8188c69fa5d19e3e12ef92a30cd154c7fa514e1 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 02 16:20:16 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 13:58:30 2017 +0100 |
tree | 2edf72008d60ab0d9113d7f98c052f3afb8382be | |
parent | 9a6557178164996f15454301b9f94b0e4720d249 [diff] |
MEDIUM: threads/logs: Make logs thread-safe log buffers and static variables used in log functions are now thread-local. So there is no need to lock anything to log messages. Moreover, per-thread init/deinit functions are now used to initialize these buffers.