commit | 7e702d13f44a68cede269eb1ece34f93dadd2d6b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Apr 28 17:59:21 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 28 17:59:21 2021 +0200 |
tree | a9ccea5657813223284265a153c7b5ea81172deb | |
parent | b4476c6a8c27c790aa9ee8636ccaeadcf1b42999 [diff] |
CLEANUP: hlua: rename hlua_appctx* appctx to luactx There is some serious confusion in the lua interface code related to sockets and services coming from the hlua_appctx structs being called "appctx" everywhere, and where the real appctx is reached using appctx->appctx. This part is a bit of a pain to debug so let's rename all occurrences of this local variable to "luactx".