commit | 4abd3ae1847fabe5a276be8f736117a08cb3d53a | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Tue Mar 03 17:29:06 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 04 17:58:52 2015 +0100 |
tree | 863e302d96546fc3a8e14bdec05483833feb8c09 | |
parent | c42c1ae885177e38ebed5ce05124e77e8a9209db [diff] |
MINOR: lua: adds "forced yield" flag This flag indicate that the current yield is returned by the Lua execution task control. If this flag is set, the current task may quit but will be set in the run queue to be re-executed immediatly. This patch modify the "hlua_yieldk()" function, it adds an argument that contain a field containing yield options.