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
241974a4
Commit
241974a4
authored
Sep 06, 2006
by
Robert Ricci
Browse files
Oops, got left out of my last commit - MaxDelay now depends on
PacketSensor
parent
f16a253d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/magent/SensorList.cc
View file @
241974a4
...
@@ -213,11 +213,13 @@ void SensorList::pushMaxDelaySensor(void)
...
@@ -213,11 +213,13 @@ void SensorList::pushMaxDelaySensor(void)
pushMinDelaySensor
();
pushMinDelaySensor
();
pushDelaySensor
();
pushDelaySensor
();
pushStateSensor
();
pushStateSensor
();
pushPacketSensor
();
logWrite
(
SENSOR
,
"Adding MaxDelaySensor"
);
logWrite
(
SENSOR
,
"Adding MaxDelaySensor"
);
std
::
auto_ptr
<
Sensor
>
current
(
new
MaxDelaySensor
(
depDelaySensor
,
std
::
auto_ptr
<
Sensor
>
current
(
new
MaxDelaySensor
(
depDelaySensor
,
depStateSensor
,
depStateSensor
,
depMinDelaySensor
));
depMinDelaySensor
,
depPacketSensor
));
pushSensor
(
current
);
pushSensor
(
current
);
}
}
...
...
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