MINOR: flt-trace: Use a bitfield for the trace options
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Nov 2020 10:33:36 +0000 (11:33 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Nov 2020 10:34:36 +0000 (11:34 +0100)
commit47d9a4e87020ad9bb2e3e3c0521413a678b3df01
treef66fb4ca40d2f4aa033f74c1303b6a3fab90c94b
parent96a577acae0d2e79f442e033e654618b6d017ade
MINOR: flt-trace: Use a bitfield for the trace options

Instead of using a integer for each option, we now use a bitfield. Each option
is represented as a flag now.
src/flt_trace.c