bind9/lib/isc/include
Ondřej Surý be99507488
Repair isc_task_purgeevent(), clean isc_task_unsend{,range}()
The isc_task_purgerange() was walking through all events on the task to
find a matching task.  Instead use the ISC_LINK_LINKED to find whether
the event is active.

Cleanup the related isc_task_unsend() and isc_task_unsendrange()
functions that were not used anywhere.

(cherry picked from commit 17aed2f895)
2023-01-18 18:04:41 +01:00
..
isc Repair isc_task_purgeevent(), clean isc_task_unsend{,range}() 2023-01-18 18:04:41 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00