commit | 0132d06f6880ca016f62ce418786d7d2bcb44d2b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 26 15:33:35 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 05 10:29:31 2017 +0200 |
tree | c216cd677e2a8d4cf8fb9e50fe14ef3e542ae50e | |
parent | 3ef26398703a8f83a710278df8ec585ada161184 [diff] |
MINOR: logs: Use dedicated function to init/deinit log buffers Now, we use init_log_buffers and deinit_log_buffers to, respectively, initialize and deinitialize log buffers used for syslog messages. These functions have been introduced to be used by threads, to deal with thread-local log buffers.