mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-18 18:18:00 -05:00
update
This commit is contained in:
parent
38b612afe1
commit
becb0b307c
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ main(int argc, char *argv[]) {
|
|||
ti1 = NULL;
|
||||
absolute.seconds = 0;
|
||||
absolute.nanoseconds = 0;
|
||||
interval.seconds = 5;
|
||||
interval.seconds = 2;
|
||||
interval.nanoseconds = 0;
|
||||
INSIST(timer_create(timgr, timer_type_ticker, absolute, interval,
|
||||
t1, my_tick, "foo", &ti1) == ISC_R_SUCCESS);
|
||||
|
|
|
|||
Loading…
Reference in a new issue