- Document the suspend argument for process_ds_response().

This commit is contained in:
Yorgos Thessalonikefs 2024-02-23 14:34:33 +01:00
parent ccbe31c21f
commit 33bdf44a04
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -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,