]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: Add a "server by name" tree to proxy.
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 17 May 2019 12:29:15 +0000 (14:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Jun 2019 06:33:35 +0000 (08:33 +0200)
commit84d6046a33f97635154a60c3747a64aee647f336
tree9f925d2e0608cb466532f4f4360ae274c333dd7f
parentdb52d9087a27686bdfbe438aacf968e04b36f9d4
MINOR: proxy: Add a "server by name" tree to proxy.

Add a tree to proxy struct to lookup by name for servers attached
to this proxy and populated it at parsing time.
include/types/proxy.h
include/types/server.h
src/cfgparse.c