commit | 3fb9e5133a06617071262a380cf103250011bb90 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <thierry.fournier@ozon.io> | Sat Nov 28 10:13:12 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 02 21:53:16 2020 +0100 |
tree | 4b20767fabd7c3e29445f177939514e7fc96f27f | |
parent | cdb53465f41aa27567de7abf8f870e794de4ad58 [diff] |
MINOR: lua-thread: remove struct hlua from function hlua_prepend_path() The goal is to no longer use "struct hlua" with global main lua_state and directly take the state instead. This patch removes the implicit dependency to this struct with the function hlua_prepend_path()