From: Ondřej Surý Date: Wed, 23 Jul 2025 20:44:50 +0000 (+0200) Subject: chg: dev: Change the loopmgr to be singleton X-Git-Tag: v9.21.11~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b8fe45b015610cf65bd1a70b637a4f93fc2777;p=thirdparty%2Fbind9.git chg: dev: Change the loopmgr to be singleton All the applications built on top of the loop manager were required to create a single instance of the loop manager. Refactor the loop manager not to expose this instance to the callers, and keep the loop manager object internal to the `isc_loop` compilation unit. This significantly simplifies a number of data structures and calls to the `isc_loop` API. Merge branch 'ondrej/refactor-isc_loopmgr-to-be-singleton' into 'main' See merge request isc-projects/bind9!10733 --- a1b8fe45b015610cf65bd1a70b637a4f93fc2777