]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: logs: Use dedicated function to init/deinit log buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 26 Jul 2017 13:33:35 +0000 (15:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Sep 2017 08:29:31 +0000 (10:29 +0200)
commit0132d06f6880ca016f62ce418786d7d2bcb44d2b
treec216cd677e2a8d4cf8fb9e50fe14ef3e542ae50e
parent3ef26398703a8f83a710278df8ec585ada161184
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.
include/proto/log.h
src/cfgparse.c
src/haproxy.c
src/log.c