]> git.ipfire.org Git - thirdparty/bind9.git/commit
Unify the dns_typepair_t variable naming and usage
authorOndřej Surý <ondrej@isc.org>
Wed, 6 Aug 2025 17:34:35 +0000 (19:34 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 15 Aug 2025 05:22:51 +0000 (07:22 +0200)
commit101b1e5a5709cd788089515c3af870bcaa671384
tree194c16425940109cbd7e03176feb6598495ec2d3
parent5682469a5a15b5e03cc9223785d385153ce21d35
Unify the dns_typepair_t variable naming and usage

The dns_typepair_t and dns_rdatatype_t variables were both named 'type'
in multiple places.  Rename all dns_typepair_t variables to include word
'pair' in the variable name to make sure that the distinction between
the two types is more clear.
lib/dns/include/dns/rdataslab.h
lib/dns/qpcache.c
lib/dns/qpzone.c
lib/dns/rdataslab.c