]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: Parse the string of the log-format config keyword
authorWilliam Lallemand <wlallemand@exceliance.fr>
Wed, 8 Feb 2012 15:37:49 +0000 (16:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Feb 2012 16:03:24 +0000 (17:03 +0100)
commit723b73ad75b618467a3829e17d08290395c91f2f
tree1b20609deccafcbe0daa803b871691ef68e3f066
parent2a4a44f0f9f08d130a9a7211746728c38f670032
MINOR: config: Parse the string of the log-format config keyword

parse_logformat_string: parse the string, detect the type: text,
        separator or variable

parse_logformat_var: dectect variable name

parse_logformat_var_args: parse arguments and flags

add_to_logformat_list: add to the logformat linked list
include/proto/log.h
include/types/log.h
include/types/proxy.h
src/cfgparse.c
src/haproxy.c
src/log.c
src/proxy.c