]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: nil: Remove unused link field from rdatacommon
authorAlessio Podda <alessio@isc.org>
Thu, 17 Jul 2025 11:45:39 +0000 (11:45 +0000)
committerAlessio Podda <alessio@isc.org>
Thu, 17 Jul 2025 11:45:39 +0000 (11:45 +0000)
commit748812df0848b7e76e35b0b8bd02ac83c18ce647
treee556bda8983aec34d2d13f3376b94bf80f05cf09
parent32499447cbb568aaf091fe0da47b354eab40d4b7
parentfdbcdcfc06655909c37e029ebb64708e35453787
chg: nil: Remove unused link field from rdatacommon

The field link in rdatacommon is unused. This change should save 16 bytes for
each rdata we keep in a zone or cache.

Merge branch 'alessio/remove-unused-rdata-link' into 'main'

See merge request isc-projects/bind9!10731