haproxy/doc/internals/api
William Lallemand b53eb8790e MINOR: init: add the pre-check callback
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.
2022-04-22 15:45:47 +02:00
..
buffer-api.txt
filters.txt
htx-api.txt
initcalls.txt MINOR: init: add the pre-check callback 2022-04-22 15:45:47 +02:00
ist.txt DOC: internals: document the IST API 2021-11-08 16:50:48 +01:00
list.txt CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes 2022-01-03 14:40:58 +01:00
pools.txt DOC: internal: update the pools API to mention boot-time settings 2022-02-24 08:58:04 +01:00
scheduler.txt CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes 2022-01-03 14:40:58 +01:00