mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-06 07:31:57 +01:00
We now have ha_bit_{set,clr,flip,test} to manipulate bitfields made
of arrays of longs. The goal is to get rid of the remaining non-portable
FD_{SET,CLR,ISSET} that still exist at a few places.