Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
becb0b30
Commit
becb0b30
authored
Oct 16, 1998
by
Bob Halley
Browse files
update
parent
38b612af
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/task_test.c
View file @
becb0b30
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment