mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:02:06 -04:00
update docs: only one loopmgr is expected
Resolves: https://gitlab.isc.org/isc-projects/bind9/-/issues/5057
(cherry picked from commit 6f21cf201b)
This commit is contained in:
parent
d1f1d13efd
commit
0884e223c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue