]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cli: use dedicated define instead of appctx ones
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 13 Dec 2018 08:05:46 +0000 (09:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Dec 2018 08:45:16 +0000 (09:45 +0100)
commitdc12c2e56cd99150e637ad0f5e1ed3578cbab171
treec9366d15d8f1939cd96c6a06d1911e35c7c26119
parent67a234f39930a866ffefce84ba0873742b728d01
CLEANUP: cli: use dedicated define instead of appctx ones

Replace APPCTX_CLI_ST1_PAYLOAD and APPCTX_CLI_ST1_PROMPT by
PCLI_F_PAYLOAD and PCLI_F_PROMPT in the master CLI code.
include/types/stream.h
src/cli.c