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
d29e4189
Commit
d29e4189
authored
Mar 14, 2002
by
Leigh B. Stoller
Browse files
Minor bug in eventlist select that fills in the delay link; I was
getting other experiments node names!
parent
aecab07e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
d29e4189
...
...
@@ -1029,7 +1029,8 @@ foreach $vnodeport (keys(%portbw)) {
$eventlist_result
=
DBQueryFatal
("
select ex.idx,ex.vname,r.vname
"
.
"
from eventlist as ex
"
.
"
left join delays as d on ex.vname=d.vname
"
.
"
left join delays as d on
"
.
"
ex.vname=d.vname and ex.pid=d.pid and ex.eid=d.eid
"
.
"
left join reserved as r on r.node_id=d.node_id
"
.
"
left join event_objecttypes as ob on ob.idx=ex.objecttype
"
.
"
where ob.type='LINK' and ex.pid='
$pid
' and ex.eid='
$eid
'
");
...
...
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