Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
a1f22169
Commit
a1f22169
authored
Oct 15, 2001
by
Chad Barb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed timer printf cruft.
parent
7a8bda2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
os/frisbee/f_frisbee.c
os/frisbee/f_frisbee.c
+6
-0
No files found.
os/frisbee/f_frisbee.c
View file @
a1f22169
...
...
@@ -237,13 +237,19 @@ int frisbeeLoop()
/* traceprintf("Checking if alarm went off..\n"); */
if
(
t_getWentOff
())
{
/*
traceprintf("Got that alarm went off...\n");
*/
t_setTimer
(
ALIVE_HINT_MIN
+
(
random
()
%
ALIVE_HINT_RANGE
)
);
if
(
skipNextAlive
==
0
)
{
/*
traceprintf("Sending alive hint...\n");
*/
sendAliveHint
();
}
else
{
/*
traceprintf("Skipping send of alive hint...\n");
*/
}
skipNextAlive
=
0
;
}
...
...
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