This commit is contained in:
Bob Halley 1998-10-16 07:44:31 +00:00
parent 38b612afe1
commit becb0b307c

View file

@ -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);