]> git.ipfire.org Git - thirdparty/bind9.git/commit
Improve reporting for barrier errors
authorMichał Kępień <michal@isc.org>
Wed, 13 Jul 2022 11:19:32 +0000 (11:19 +020)
committerMichał Kępień <michal@isc.org>
Wed, 13 Jul 2022 11:19:32 +0000 (11:19 +020)
commita73ab08e7598870103252ffde5e1a44ad6a6ce1c
treed7e2d5ab58254dfc1b2e4008d17260fbfb43a351
parent56638c94b5c03dcb0ae3a01c56b5891997ab7e6f
Improve reporting for barrier errors

uv_barrier_init() errors are currently ignored.  Use UV_RUNTIME_CHECK()
to catch them and to improve error reporting for any uv_barrier_init()
run-time failures (by augmenting error messages with file/line
information and the error string corresponding to the value returned).
lib/isc/include/isc/barrier.h