]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update docs: only one loopmgr is expected
authorPavel Březina <pbrezina@redhat.com>
Wed, 27 Nov 2024 12:19:23 +0000 (13:19 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 5 Dec 2024 10:32:11 +0000 (10:32 +0000)
Resolves: https://gitlab.isc.org/isc-projects/bind9/-/issues/5057

doc/dev/loopmgr.md

index 8f6599b544d64195cc93f0a8f2510b2358cf9210..d40d8ab24e129f3797ae778ba231a3a5b0935f5d 100644 (file)
@@ -17,7 +17,7 @@ This document aims to describe the design of the basic event loop handling in
 the BIND 9.
 
 Every application is expected to create and use a single ``isc_loopmgr_t``
-instance, but the ``isc_loopmgr`` API itself doesn't enforce this requirement.
+instance.
 
 ## Event Loops