]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: args: use #define to specify the number of bits used by arg types and counts
authorWilly Tarreau <w@1wt.eu>
Mon, 19 Jan 2015 17:44:07 +0000 (18:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Jan 2015 13:24:53 +0000 (14:24 +0100)
commit3d241e78a14abb7c43e81a4934e4291123ae542f
tree645f69b57bbe4e100470ba166a58c271d5893777
parent85603282111d6fecb4a703f4af156c69a983cc5e
MEDIUM: args: use #define to specify the number of bits used by arg types and counts

This is in order to add new types. This patch does not change anything
else. Two remaining (harmless) occurrences of a count of 8 instead of 7
were fixed by this patch : empty_arg_list[] and the for() loop counting
args.
include/proto/arg.h
include/types/arg.h
src/arg.c