]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: add new bitmap manipulation functions
authorWilly Tarreau <w@1wt.eu>
Fri, 7 Jun 2019 08:42:43 +0000 (10:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Jun 2019 08:44:49 +0000 (10:44 +0200)
commit7355b040d1833aa671382dd47e31ae369681b66e
tree6169c04ceba40a029e85198079150c6a55a554bb
parent7348119fb22bf761c33e06e8a092bd006660cc81
MINOR: tools: add new bitmap manipulation functions

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.
include/common/standard.h