]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: log: Use linked lists for loggers
authorWilliam Lallemand <wlallemand@exceliance.fr>
Wed, 12 Oct 2011 15:50:54 +0000 (17:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 31 Oct 2011 13:09:19 +0000 (14:09 +0100)
commit0f99e349780083834afc188b499357c87d5b04fd
tree1d9b6043186896fd13fa92d473306a5fb8fad0f8
parent0cec331a0e08a875171c235cb02a202fee190a4e
MEDIUM: log: Use linked lists for loggers

This patch settles the 2 loggers limitation.
Loggers are now stored in linked lists.

Using "global log", the global loggers list content is added at the end
of the current proxy list. Each "log" entries are added at the end of
the proxy list.

"no log" flush a logger list.
doc/configuration.txt
include/types/global.h
include/types/log.h
include/types/proxy.h
src/cfgparse.c
src/frontend.c
src/haproxy.c
src/log.c
src/proto_http.c
src/proxy.c