]> 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>
Wed, 1 Jul 2026 13:22:14 +0000 (15:22 +0200)
commit330d60020ddf1e3d5a14636675977bdc1ea0d0de
tree445333fde0aeeb34226659616ee7b3dff54920a3
parentb3ed9c1879fbad909acaa4fed9ff9b358fb1e148
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