From: Yorgos Thessalonikefs Date: Fri, 23 Feb 2024 13:34:33 +0000 (+0100) Subject: - Document the suspend argument for process_ds_response(). X-Git-Tag: release-1.19.3rc1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33bdf44a048b190f0e8fb3e5e7841ceb89a27a1c;p=thirdparty%2Funbound.git - Document the suspend argument for process_ds_response(). --- diff --git a/doc/Changelog b/doc/Changelog index 08964afbc..09dc278e6 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +23 February 2024: Yorgos + - Document the suspend argument for process_ds_response(). + 22 February 2024: Wouter - Fix trim of EDE text from large udp responses from spinning cpu. diff --git a/validator/validator.c b/validator/validator.c index 26d33a37f..aa71df9cb 100644 --- a/validator/validator.c +++ b/validator/validator.c @@ -3010,6 +3010,8 @@ return_bogus: * @param msg: result message (if rcode is OK). * @param qinfo: from the sub query state, query info. * @param origin: the origin of msg. + * @param suspend: returned true if the task takes too long and needs to + * suspend to continue the effort later. */ static void process_ds_response(struct module_qstate* qstate, struct val_qstate* vq,