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-devel
Commits
e31d818e
Commit
e31d818e
authored
Apr 13, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another checkpoint. Interpreting links now works. Delays and
Linkdelays also done.
parent
68f4f96d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
871 additions
and
16 deletions
+871
-16
tbsetup/libvtop.pm.in
tbsetup/libvtop.pm.in
+867
-16
tbsetup/mapper.in
tbsetup/mapper.in
+4
-0
No files found.
tbsetup/libvtop.pm.in
View file @
e31d818e
This diff is collapsed.
Click to expand it.
tbsetup/mapper.in
View file @
e31d818e
...
...
@@ -433,6 +433,10 @@ sub RunAssign($$)
print
("
Could not allocate nodes.
\n
");
return
-
1
;
}
if
(
$vtop
->
InterpLinks
()
!=
0
)
{
print
("
Could not setup links
\n
");
return
-
1
;
}
exit
(
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