Allowing BypassCalculator to accept InputSidePackets.
PiperOrigin-RevId: 489483992
This commit is contained in:
parent
efcdedbd59
commit
ae44012c0c
|
@ -111,6 +111,10 @@ class BypassCalculator : public Node {
|
|||
cc->Outputs().Get(id).SetAny();
|
||||
}
|
||||
}
|
||||
for (auto id = cc->InputSidePackets().BeginId();
|
||||
id != cc->InputSidePackets().EndId(); ++id) {
|
||||
cc->InputSidePackets().Get(id).SetAny();
|
||||
}
|
||||
return absl::OkStatus();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user