]> git.kaiwu.me - haproxy.git/commit
MINOR: cli: Rename some CLI applet states to reflect recent refactoring
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 23 Apr 2025 14:27:45 +0000 (16:27 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Apr 2025 13:09:37 +0000 (15:09 +0200)
commit44ace9a1b7929a46f19383e1ccca72004b91aef3
tree478646295014c4eea51d2472f4aa1332ce01c575
parent20ec1de2144775b2aefcb01af6d7c8cbeb8e95eb
MINOR: cli: Rename some CLI applet states to reflect recent refactoring

CLI_ST_GETREQ state was renamed into CLI_ST_PARSE_CMDLINE and CLI_ST_PARSEREQ
into CLI_ST_PROCESS_CMDLINE to reflect the real action performed in these
states.
include/haproxy/cli-t.h
src/cli.c