MINOR: server: Add server_template_init() function to initialize servers from a templ...
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 14 Apr 2017 11:28:00 +0000 (13:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Apr 2017 13:42:10 +0000 (15:42 +0200)
commit72ed4758d6c329404083e6681e383261c650f755
treef00d30a2710e265dc3ff1d158f76c356f6748bac
parentb82f742b7879a37c12c7915aaef2392e2f48a0e0
MINOR: server: Add server_template_init() function to initialize servers from a templates.

This patch adds server_template_init() function used to initialize servers
from server templates. It is called just after having parsed a 'server-template'
line.
src/server.c