]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move the slabheader attribute helpers to private header
authorOndřej Surý <ondrej@isc.org>
Tue, 12 Aug 2025 10:21:56 +0000 (12:21 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 15 Aug 2025 05:35:14 +0000 (07:35 +0200)
commiteba76df247eae9838ffcf817c0c218e4a98eaccf
tree38e8551410ea6572f1809775b56ea090eb487921
parent8c06d627b3f6ce4223410d4c7811a08dd0008934
Move the slabheader attribute helpers to private header

The slabheader.c, qpzone.c and qpcache.c had couple of shared macros
that were copied and paste between the units.  Move these common
attributes access macros into private header, so these can be shared
among the three compilation units.
lib/dns/qpcache.c
lib/dns/qpzone.c
lib/dns/rdataslab.c
lib/dns/rdataslab_p.h [new file with mode: 0644]
tests/dns/qpzone_test.c