Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
7409b31e
Commit
7409b31e
authored
Jul 24, 2013
by
Leigh B Stoller
Browse files
Minor tweak to alarm.
parent
20bca78e
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/libvnode_xen.pm
View file @
7409b31e
...
...
@@ -1641,7 +1641,7 @@ sub vnodeHalt($$$$)
my
$childpid
=
fork
();
if
(
$childpid
)
{
local
$SIG
{
ALRM
}
=
sub
{
kill
("
TERM
",
$childpid
);
};
alarm
45
;
alarm
60
;
waitpid
(
$childpid
,
0
);
my
$stat
=
$?
;
alarm
0
;
...
...
Write
Preview
Supports
Markdown
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