commit | 92689e651e59decfc567893c148a3beb546e3d7c | [log] [tgz] |
---|---|---|
author | Thierry Fournier <thierry.fournier@ozon.io> | Sat Nov 28 11:21:25 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 02 21:53:16 2020 +0100 |
tree | 615b947ac7367d7b98185c326396817a9e42c6b0 | |
parent | 4234dbd03bd64ccec888ce1ecf6ccd611ea87b6f [diff] |
MINOR: lua-thread: Stop usage of struct hlua for the global lua state The goal is to no longer use "struct hlua" with global main lua_state. The usage of the "struct hlua" is no longer required. This patch replaces this struct by another one. Now, the usage of runtime Lua phase is separated from the start lua phase.