commit | a097fdfb6209116ea404012ae6d3656c3b62ab7d | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Tue Mar 03 15:17:35 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 04 17:58:52 2015 +0100 |
tree | c4c1fac2051487de7046856cc5049e33af877956 | |
parent | a718b29b6d4566a601d70ef039db5cd5f3c4562c [diff] |
MINOR: lua: use bitfield and macro in place of integer and enum In the future, the lua execution must return scheduling informations. We want more than one flag, so I convert an integer used with an enum into an interer used as bitfield.