]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: add minimal infrastructure to parse keywords
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Oct 2012 06:27:36 +0000 (08:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Oct 2012 15:42:39 +0000 (17:42 +0200)
commit21faa91be60beb8f5ed106a78a1d25e73f9c2ae6
treeb242a0803cd6166063c3338b76448410ff042b82
parent7fca87fd9da5e53c4b2a302b2dc88d8298a0cec5
MINOR: server: add minimal infrastructure to parse keywords

Just like with the "bind" lines, we'll switch the "server" line
parsing to keyword registration. The code is essentially the same
as for bind keywords, with minor changes such as support for the
default-server keywords and support for variable argument count.
include/proto/server.h
include/types/server.h
src/server.c