Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
2a68189c
Commit
2a68189c
authored
Jan 08, 2006
by
Timothy Stack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add iscloud var
parent
01c9ef0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
tbsetup/ns2ir/lanlink.tcl
tbsetup/ns2ir/lanlink.tcl
+4
-1
No files found.
tbsetup/ns2ir/lanlink.tcl
View file @
2a68189c
# -*- tcl -*-
# -*- tcl -*-
#
#
# EMULAB-COPYRIGHT
# EMULAB-COPYRIGHT
# Copyright
(
c
)
2000-200
5
University of Utah and the Flux Group.
# Copyright
(
c
)
2000-200
6
University of Utah and the Flux Group.
# All rights reserved.
# All rights reserved.
#
#
...
@@ -262,6 +262,9 @@ LanLink instproc init {s nodes bw d type} {
...
@@ -262,6 +262,9 @@ LanLink instproc init {s nodes bw d type} {
$self instvar cost
$self instvar cost
$self instvar linkq
$self instvar linkq
$self instvar iscloud
$self set iscloud 0
foreach node $nodes
{
foreach node $nodes
{
set nodepair
[
list $node
[
$node
add_lanlink $self
]]
set nodepair
[
list $node
[
$node
add_lanlink $self
]]
set bandwidth
(
$nodepair
)
$bw
set bandwidth
(
$nodepair
)
$bw
...
...
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