commit | 7355b040d1833aa671382dd47e31ae369681b66e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 07 10:42:43 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 07 10:44:49 2019 +0200 |
tree | 6169c04ceba40a029e85198079150c6a55a554bb | |
parent | 7348119fb22bf761c33e06e8a092bd006660cc81 [diff] |
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.