From: Alessio Podda Date: Wed, 9 Jul 2025 11:05:52 +0000 (+0000) Subject: chg: dev: Extract the resigning heap into a separate struct X-Git-Tag: v9.21.11~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512f1d3005cb7e434ddbfddf58c852a8091581cb;p=thirdparty%2Fbind9.git chg: dev: Extract the resigning heap into a separate struct In the current implementation, the resigning heap is part of the zone database. This leads to a cycle, as the database has a reference to its nodes, but each node needs a reference to the database. This MR splits the resigning heap into its own separate struct, in order to help breaking the cycle. Merge branch 'alessio/split-qpzone-heap-from-qpdb' into 'main' See merge request isc-projects/bind9!10706 --- 512f1d3005cb7e434ddbfddf58c852a8091581cb