]> git.ipfire.org Git - thirdparty/bind9.git/commit
Improve reporting for condition variable 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)
commitbadeeff0acf34b36250579970329fe0cd53cbe87
tree6f867f02c77c02898c8558bba7cea967bbc0106b
parentf352a834a7497317941261e454927f134c1042b3
Improve reporting for condition variable errors

Replace all uses of RUNTIME_CHECK() in lib/isc/include/isc/condition.h
with ERRNO_CHECK(), in order to improve error reporting for any
condition-variable-related run-time failures (by augmenting error
messages with file/line/caller information and the error string
corresponding to errno).
lib/isc/include/isc/condition.h