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
7b0fb2da
Commit
7b0fb2da
authored
Jan 12, 2012
by
Yathindra Naik
Browse files
Added references to the Makefile to include disk and custom agent
parent
999700f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/GNUmakefile.in
View file @
7b0fb2da
...
...
@@ -15,11 +15,12 @@ SUBDIR = tbsetup/ns2ir
include $(OBJDIR)/Makeconf
LIB_STUFF = lanlink.tcl node.tcl sim.tcl tb_compat.tcl null.tcl \
nsobject.tcl traffic.tcl vtype.tcl parse.tcl program.tcl \
nsenode.tcl nstb_compat.tcl event.tcl firewall.tcl \
elabinelab.ns elabinelab-withfsnode.ns elabinelab-opsvm.ns \
fw.ns timeline.tcl sequence.tcl elabinelab-xen.ns \
topography.tcl console.tcl path.tcl
nsobject.tcl traffic.tcl vtype.tcl parse.tcl program.tcl \
nsenode.tcl nstb_compat.tcl event.tcl firewall.tcl \
elabinelab.ns elabinelab-withfsnode.ns elabinelab-opsvm.ns \
fw.ns timeline.tcl sequence.tcl elabinelab-xen.ns \
topography.tcl console.tcl path.tcl \
disk.tcl custom.tcl
BOSSLIBEXEC = parse-ns
USERLIBEXEC = parse.proxy
...
...
tbsetup/ns2ir/custom.tcl
View file @
7b0fb2da
...
...
@@ -32,7 +32,6 @@ Program instproc init {s} {
}
Program instproc rename
{
old new
}
{
global ::GLOBALS::all_programs
$self instvar sim
$sim rename_program $old $new
...
...
@@ -65,8 +64,6 @@ Program instproc updatedb {DB} {
}
# Update the DB
spitxml_data
"virt_custom"
[
list
"vnode"
"vname"
"name"
]
[
list $progvnode $self $name
]
$sim spitxml_data
"virt_agents"
[
list
"vnode"
"vname"
"objecttype"
]
[
list $progvnode $self $objtypes
(
CUSTOM
)
]
}
tbsetup/ns2ir/sim.tcl.in
View file @
7b0fb2da
#
-*- tcl -*-
a
-*- tcl -*-
#
# EMULAB-COPYRIGHT
# Copyright
(
c
)
2000-2012 University of Utah and the Flux Group.
...
...
@@ -76,7 +76,7 @@ Simulator instproc init {args} {
#Custom list.
$self instvar custom_list
;
array set custom_list
{}
array set custom_list
{}
# EventGroup list.
$self instvar eventgroup_list
;
...
...
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