]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make dns_glue_t private to qpzone
authorAlessio Podda <alessio@isc.org>
Wed, 1 Apr 2026 10:13:08 +0000 (12:13 +0200)
committerAlessio Podda <alessio@isc.org>
Mon, 11 May 2026 08:22:25 +0000 (10:22 +0200)
commitd7a5a2e86b9b8b751fd54d1752cf7c7789ca6338
tree3ad5e26b872d76eaad87aeb153c2f95a67e2ef5d
parentacc64014a80fb692d4e936c19e504bed601de446
Make dns_glue_t private to qpzone

The dns_glue_t, dns_gluelist_t and dns_glue_additionaldata_ctx types are
only used in qpzone.c. This commits moves them to the private header
qpzone_p.h.

This is done in preparation of a followup commit that will refactor them
to use types that are private to qpzone.
lib/dns/db_p.h
lib/dns/include/dns/rdataslab.h
lib/dns/qpzone_p.h