]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: use bitfield and macro in place of integer and enum
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 3 Mar 2015 14:17:35 +0000 (15:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Mar 2015 16:58:52 +0000 (17:58 +0100)
commita097fdfb6209116ea404012ae6d3656c3b62ab7d
treec4c1fac2051487de7046856cc5049e33af877956
parenta718b29b6d4566a601d70ef039db5cd5f3c4562c
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.
include/proto/hlua.h
include/types/hlua.h
src/hlua.c