commit | b8cef175bd96ed25d7748d9f7d288b8bb5ce27d7 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <thierry.fournier@ozon.io> | Sat Nov 28 15:37:17 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 02 21:53:16 2020 +0100 |
tree | bea0dad4da2ca77bd943360be3eb86161a535219 | |
parent | c93c15cf8c53df77f871037c809a03ea0f347c8d [diff] |
MINOR: lua-thread: Split hlua_post_init() function in two parts The goal is to allow execution of one main lua state per thread. This function will be called for each initialized lua state, so one per thread. The split transforms the lua state variable from global to local.