commit | 1eac28f5fc3b5ed293824d5bea04fd9b2723ac37 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <thierry.fournier@ozon.io> | Sat Nov 28 12:26:24 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 02 21:53:16 2020 +0100 |
tree | 0ca78c9804938bd8ca1ed2c1e484000c2c8f624d | |
parent | ad5345fed7cb2a75edaff8101864586f3205a73d [diff] |
MINOR: lua-thread: Split hlua_init() function in two parts The goal is to allow execution of one main lua state per thread. This is a preparative work in order to init more than one stack in the lua-thread objective.