]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Document the suspend argument for process_ds_response().
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 23 Feb 2024 13:34:33 +0000 (14:34 +0100)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 23 Feb 2024 13:34:33 +0000 (14:34 +0100)
doc/Changelog
validator/validator.c

index 08964afbcfb1ab2a5db1e48f12b850e2ff5860fd..09dc278e6ee056727a2b69faa0a34c21d65c4962 100644 (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.
 
index 26d33a37ff31ef5326515843d668071304b1e7ab..aa71df9cbf58a9b6095fcfd21225af1fecf5205e 100644 (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,