mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-20 08:50:50 +02:00
There are several fields in the appctx structure only used by the CLI. To make things cleaner, all these fields are now placed in a dedicated context inside the appctx structure. The final goal is to move it in the service context and add an API for cli commands to get a command coontext inside the cli context.