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
d0261e85
Commit
d0261e85
authored
Jul 01, 2005
by
Timothy Stack
Browse files
Fix a bug with event groups of size one.
parent
6614a96d
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/sched/group-agent.c
View file @
d0261e85
...
...
@@ -276,9 +276,9 @@ static int group_agent_immediate(local_agent_t la, sched_event_t *se)
ga
->
ga_remaining
=
ga
->
ga_count
;
}
if
(
se
->
agent
.
m
[
1
]
->
handler
!=
NULL
)
{
if
(
se
->
agent
.
m
[
1
]
->
handler
->
la_flags
&
LAF_MULTIPLE
)
{
local_agent_queue
(
se
->
agent
.
m
[
1
]
->
handler
,
se
);
if
(
ga
->
ga_
agent
s
[
1
]
->
handler
!=
NULL
)
{
if
(
ga
->
ga_
agent
s
[
1
]
->
handler
->
la_flags
&
LAF_MULTIPLE
)
{
local_agent_queue
(
ga
->
ga_
agent
s
[
1
]
->
handler
,
se
);
}
else
{
int
lpc
;
...
...
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