]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isc_task_setquantum() and use it for post-init zone loading
authorOndřej Surý <ondrej@isc.org>
Fri, 1 Apr 2022 08:40:37 +0000 (10:40 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 1 Apr 2022 21:45:23 +0000 (23:45 +0200)
commit15ea6f002ffbe1f3463639d3fe8c0bc07526a6d8
tree18a72fba6d935a8d79d8a990466e308382079c21
parentc17eee034be9c21c4e49a4b4ab338754d1d9b1b5
Add isc_task_setquantum() and use it for post-init zone loading

Add isc_task_setquantum() function that modifies quantum for the future
isc_task_run() invocations.

NOTE: The current isc_task_run() caches the task->quantum into a local
variable and therefore the current event loop is not affected by any
quantum change.
lib/isc/include/isc/task.h
lib/isc/task.c