]> git.ipfire.org Git - thirdparty/bind9.git/commit
Pad struct hole with rarely used fields
authorAlessio Podda <alessio@isc.org>
Mon, 3 Aug 2026 15:07:54 +0000 (17:07 +0200)
committerAlessio Podda <alessio@isc.org>
Thu, 13 Aug 2026 17:06:27 +0000 (19:06 +0200)
commit92d89439e146b2a3fea91ee20fd584e9ce436eed
treee6ae6f3cfe3183207dcab34d1f26754139c3f0c3
parenta0189255211c30863fec5c3dcfbe13aa841e5c49
Pad struct hole with rarely used fields

The alignment we added to the zone reference and the zone lock
increases the size of dns_zone_t. Compensate for it by moving
some cold fields in the hole left by alignment.
lib/dns/zone_p.h