]> git.kaiwu.me - haproxy.git/commit
MINOR: server: export functions used during server initialization
authorFrederic Lecaille <flecaille@haproxy.com>
Tue, 21 Apr 2026 06:01:27 +0000 (08:01 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Thu, 18 Jun 2026 09:25:59 +0000 (11:25 +0200)
commit9e94264138c3e741d250a294c79b473d20f76f6b
tree930d8f8f6772b2f9084d841f3a5f69dfbed52ac0
parentf273680266338c6b843548cf15c2b9b3551288a6
MINOR: server: export functions used during server initialization

Export _srv_parse_kw() and srv_postinit() so they can be called from
haload (to come), which needs to configure servers using HAProxy's configuration
parser keywords.
include/haproxy/server.h
src/server.c