]> 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 (13:19 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 13 Jul 2022 11:19:32 +0000 (13:19 +0200)
commitb67ff4728f557fd0342c8139903094d8c6796ed9
treed7e2d5ab58254dfc1b2e4008d17260fbfb43a351
parent7009f9d270964824893bdbd2503b6ad2f6fb6154
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