]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] modularize the "timeout" keyword configuration parser
authorWilly Tarreau <w@1wt.eu>
Wed, 9 Jul 2008 18:34:27 +0000 (20:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Jul 2008 18:34:27 +0000 (20:34 +0200)
commit9de1bbd004d3053b426533e22f6d85ad2d614635
tree58a0159b23cdb25c9b6bdf7a59bcf999addd6b83
parent39f23b6c7e9cd7196bc8df1d12aaa61db8993c90
[MEDIUM] modularize the "timeout" keyword configuration parser

The "timeout" keyword already relied on an external parser, let's
make use of the new keyword registration mechanism.
include/proto/proxy.h
src/cfgparse.c
src/proxy.c