commit | ad5345fed7cb2a75edaff8101864586f3205a73d | [log] [tgz] |
---|---|---|
author | Thierry Fournier <thierry.fournier@ozon.io> | Sun Nov 29 02:05:57 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 02 21:53:16 2020 +0100 |
tree | 5bcb06057b1341397ddaa9dbb757fbfd2595e492 | |
parent | 92689e651e59decfc567893c148a3beb546e3d7c [diff] |
MINOR: lua-thread: Replace embedded struct hlua_function by a pointer The goal is to allow execution of one main lua state per thread. Because this struct will be filled after the configuration parser, we cannot copy the content. The actual state of the Haproxy code doesn't justify this change, it is an update preparing next steps.