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
d923a8b2
Commit
d923a8b2
authored
Dec 06, 2005
by
Leigh B. Stoller
Browse files
Oops, remove experimental archiving code.
parent
e797aaf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/sim.tcl.in
View file @
d923a8b2
...
@@ -368,7 +368,6 @@ Simulator instproc run {} {
...
@@ -368,7 +368,6 @@ Simulator instproc run {} {
var_import ::GLOBALS::elabinelab_eid
var_import ::GLOBALS::elabinelab_eid
var_import ::GLOBALS::elabinelab_cvstag
var_import ::GLOBALS::elabinelab_cvstag
var_import ::GLOBALS::security_level
var_import ::GLOBALS::security_level
var_import ::GLOBALS::sourcefile_list
if
{
$ran
== 1
}
{
if
{
$ran
== 1
}
{
perror
"The Simulator 'run' statement can only be run once."
perror
"The Simulator 'run' statement can only be run once."
...
@@ -618,10 +617,6 @@ Simulator instproc run {} {
...
@@ -618,10 +617,6 @@ Simulator instproc run {} {
$self
spitxml_data
"eventlist"
[
list
"time"
"vnode"
"vname"
"objecttype"
"eventtype"
"arguments"
"atstring"
]
[
list
[
lindex $event 0
]
[
lindex $event 1
]
[
lindex $event 2
]
$objtypes
([
lindex $event 3
])
$eventtypes
([
lindex $event 4
])
[
lindex $event 5
]
[
lindex $event 6
]
]
$self
spitxml_data
"eventlist"
[
list
"time"
"vnode"
"vname"
"objecttype"
"eventtype"
"arguments"
"atstring"
]
[
list
[
lindex $event 0
]
[
lindex $event 1
]
[
lindex $event 2
]
$objtypes
([
lindex $event 3
])
$eventtypes
([
lindex $event 4
])
[
lindex $event 5
]
[
lindex $event 6
]
]
}
}
foreach sourcefile $sourcefile_list
{
$self
spitxml_data
"external_sourcefiles"
[
list
"pathname"
]
[
list $sourcefile
]
}
$self spitxml_finish
$self spitxml_finish
}
}
...
...
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