]> git.ipfire.org Git - thirdparty/bind9.git/commit
Log when starting and ending task exclusive mode
authorOndřej Surý <ondrej@isc.org>
Thu, 10 Feb 2022 08:21:26 +0000 (09:21 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 10 Feb 2022 20:22:46 +0000 (21:22 +0100)
commit6b2d9dcfd90f0f280ca8968792a8e710605aad9b
treed45423206f084b7046e00f21cf4e55e46f68ae2c
parentbb9cde6fb63d97c1aad5020e0e94d5f1e489a8de
Log when starting and ending task exclusive mode

The task exclusive mode stops all processing (tasks and networking IO)
except the designated exclusive task events.  This has impact on the
operation of the server.  Add log messages indicating when we start the
exclusive mode, and when we end exclusive task mode.

(cherry picked from commit b9cb29076fbe196013f4e7f080395555d13e9586)
lib/isc/task.c