]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup weird syntax defining struct dns_ixfr
authorOndřej Surý <ondrej@isc.org>
Sat, 31 Jan 2026 06:32:08 +0000 (07:32 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 16 Mar 2026 11:17:06 +0000 (12:17 +0100)
commit6e286beaa6edf3085ad17dd07db7b99d7d985169
treeb93226ffedd5cac824d4dfd1617bd9b26b65d653
parentf4b4f030c453a9152e2e31f43067dd9d88778248
Cleanup weird syntax defining struct dns_ixfr

The struct dns_ixfr was defined as part of struct dns_xfrin, probably
because at some point it was an anonymous struct and then it was changed
to named struct with typedef at the top.  Move the definition from
struct dns_xfrin into and fold into the typedef ... dns_ixfr_t.
lib/dns/qpzone.c
lib/dns/xfrin.c