]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: replace #define DNS_GETDB_ with struct of bools
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 31 Jul 2024 12:53:50 +0000 (12:53 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 31 Jul 2024 12:53:50 +0000 (12:53 +0000)
commit020fda92b4b9ea8356f4656eef21e6afaed0a420
tree40315c52c8e810368760b3422626f32564d7dea5
parent89ab9e948d1a8b7e47796d3493046bda7f439af3
parentcb5238cc628b17bdcb158ecd9b96c6556521d121
chg: dev: replace #define DNS_GETDB_ with struct of bools

Replace #define DNS_GETDB_ with struct of bools to make
it easier to pretty-print the attributes in a debugger.

Closes #4559

Merge branch '4559-convert-dns_getdb_x-defines-to-1-bit-long-bools' into 'main'

Closes #4559

See merge request isc-projects/bind9!9093