Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
c0c9d2b5
Commit
c0c9d2b5
authored
Sep 12, 2002
by
Mark Andrews
Browse files
Remove layer violation. [RT #3615]
parent
1a114836
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/timer.c
View file @
c0c9d2b5
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: timer.c,v 1.7
1
2002/09/
09 21:15:58 explorer
Exp $ */
/* $Id: timer.c,v 1.7
2
2002/09/
12 02:44:29 marka
Exp $ */
#include <config.h>
...
...
@@ -132,7 +132,8 @@ schedule(isc_timer_t *timer, isc_time_t *now, isc_boolean_t signal_ok) {
* If the manager was timed wait, we may need to signal the
* manager to force a wakeup.
*/
timedwait
=
ISC_TF
(
manager
->
nscheduled
>
0
&&
manager
->
due
.
seconds
!=
0
);
timedwait
=
ISC_TF
(
manager
->
nscheduled
>
0
&&
isc_time_seconds
(
&
manager
->
due
)
!=
0
);
#endif
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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