mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-07 16:12:22 -04:00
Replace the unsigned int attributes field in struct ns_query with individual bool bitfields. This removes the NS_QUERYATTR_* constants and the 12 accessor macros (USECACHE, RECURSIONOK, RECURSING, etc.) from query.c, replacing all bit manipulation with direct bool access. And replace the unsigned int attributes field in struct ns_client_inner with individual bool bitfields. This removes the NS_CLIENTATTR_* constants and the accessor macros (TCP, WANTDNSSEC, etc.), replacing all bit manipulation with direct bool access. |
||
|---|---|---|
| .. | ||
| filter-a.c | ||
| filter-a.rst | ||
| filter-aaaa.c | ||
| filter-aaaa.rst | ||
| meson.build | ||
| synthrecord.c | ||
| synthrecord.rst | ||