mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Update the dns_zone_setnotifydelay() function's documentation
Add a note that the delay is in seconds.
(cherry picked from commit d79b14ff5d)
This commit is contained in:
parent
53c9817b29
commit
0dd96098f9
1 changed files with 1 additions and 1 deletions
|
|
@ -2236,7 +2236,7 @@ dns_zone_setcheckns(dns_zone_t *zone, dns_checknsfunc_t checkns);
|
|||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue