mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 13:17:16 +00:00
b53eb8790e
This adds a call to function <fct> to the list of functions to be called at the step just before the configuration validity checks. This is useful when you need to create things like it would have been done during the configuration parsing and where the initialization should continue in the configuration check. It could be used for example to generate a proxy with multiple servers using the configuration parser itself. At this step the trash buffers are allocated. Threads are not yet started so no protection is required. The function is expected to return non-zero on success, or zero on failure. A failure will make the process emit a succinct error message and immediately exit. |
||
---|---|---|
.. | ||
buffer-api.txt | ||
filters.txt | ||
htx-api.txt | ||
initcalls.txt | ||
ist.txt | ||
list.txt | ||
pools.txt | ||
scheduler.txt |