From: Aram Sargsyan Date: Thu, 17 Apr 2025 14:38:44 +0000 (+0000) Subject: Update the dns_zone_setnotifydelay() function's documentation X-Git-Tag: v9.21.9~45^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79b14ff5dbda45507a185f4e557e8097b483620;p=thirdparty%2Fbind9.git Update the dns_zone_setnotifydelay() function's documentation Add a note that the delay is in seconds. --- diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index 8a0fd663f4b..9251101dab0 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -2187,7 +2187,7 @@ dns_zone_setcheckisservedby(dns_zone_t *zone, void dns_zone_setnotifydelay(dns_zone_t *zone, uint32_t delay); /*%< - * Set the minimum delay between sets of notify messages. + * Set the minimum delay (in seconds) between sets of notify messages. * * Requires: * 'zone' to be valid.