commit | bcda5f6bcda25ccfee85d9abae7b810ba87f94db | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 03 18:13:39 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:35 2022 +0200 |
tree | 53a510409bba566bff00fb6ecd29ca3ed14fa7cb | |
parent | 41f885241e33d7515608acf848cb463696394f38 [diff] |
CLEANUP: hlua/cli: take the hlua_cli context definition out of the appctx This context is used by CLI keywords registered by Lua. We can take it out of the appctx and use the generic command context allocation so that the appctx doesn't have to declare a specific one anymore. The context is created during parsing.