]> 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>
Fri, 24 Apr 2026 09:32:45 +0000 (11:32 +0200)
commit5f2274aa1eadcb5da87ff36094d1a3a5a20459aa
treea33b46dc2bfb351e5c9203843c9f14118a551062
parentb749ec95e03d2b015956034537a59aa57ebfcb2e
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