commit | 8ae4f7533d5dfe01c2fa15c4b1b803bc3aa7beaf | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 14 15:41:45 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 14 16:48:16 2016 +0100 |
tree | 38896dc5818216f60963b44085e40a691bc46028 | |
parent | 8cf9c8e663fa468fa2380eddecd671172ff63868 [diff] |
CLEANUP: applet/lua: create a dedicated ->fcn entry in hlua_cli context We have very few users of the appctx's private field which was introduced prior to the split of the CLI. Unfortunately it was not removed after the end. This commit simply introduces hlua_cli->fcn which is the pointer to the Lua function that the Lua code used to store in this private pointer.