]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Pass the work callback result to the done callback
authorOndřej Surý <ondrej@isc.org>
Mon, 13 Jul 2026 11:44:10 +0000 (13:44 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 13 Jul 2026 11:44:10 +0000 (13:44 +0200)
The `isc_work` callback now returns `isc_result_t` and the value is
handed to the done callback, so the callers no longer need their own
result-passing state.

Merge branch 'ondrej/pass-result-from-work-callback' into 'main'

See merge request isc-projects/bind9!12390


Trivial merge