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
emulab
emulab-devel
Commits
24497596
Commit
24497596
authored
Nov 26, 2012
by
Leigh B Stoller
Browse files
Add another cancel flag check.
parent
a2707685
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/tbswap.in
View file @
24497596
...
...
@@ -1710,6 +1710,13 @@ sub doSwapin($) {
}
}
# Check cancel flag before continuing. No retry,
TBGetCancelFlag
(
$pid
,
$eid
,
\
$canceled
);
if
(
$canceled
)
{
tbreport
(
SEV_IMMEDIATE
,
'
cancel_flag
');
return
1
}
#
# ElabinElab setup. This might not be the right place for this!
#
...
...
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