]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Move the library initialization and shutdown to executables
authorOndřej Surý <ondrej@isc.org>
Sat, 22 Feb 2025 18:06:21 +0000 (18:06 +0000)
committerOndřej Surý <ondrej@isc.org>
Sat, 22 Feb 2025 18:06:21 +0000 (18:06 +0000)
Instead of relying on unreliable order of execution of the library
constructors and destructors, move them to individual binaries.  The
advantage is that the execution time and order will remain constant and
will not depend on the dynamic load dependency solver.

Merge branch 'ondrej/move-the-constructors-destructors-to-binaries' into 'main'

See merge request isc-projects/bind9!10069


Trivial merge