bind9/tests/libtest
Ondřej Surý 430ce335ad Replace query and client attribute bitfield with named bools
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.
2026-07-02 13:27:11 +02:00
..
dns.c Move zonemgr to own source file 2026-04-08 14:24:17 +02:00
isc.c Set unit test group name in CMocka tests 2025-12-19 18:26:22 +00:00
ns.c Replace query and client attribute bitfield with named bools 2026-07-02 13:27:11 +02:00
qp.c Use ControlStatementsExceptControlMacros for SpaceBeforeParens 2025-08-19 07:58:33 +02:00