Skip to content

Commit

Permalink
[QC-538] Follow the breaking changes in O2 regarding output proxies (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
knopers8 committed Feb 5, 2021
1 parent e3752ed commit dd1b9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/src/InfrastructureGenerator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ void InfrastructureGenerator::generateLocalTaskLocalProxy(framework::WorkflowSpe
remoteHost + ":" + remotePort + ",rateLogging=60,transport=zeromq";

workflow.emplace_back(
specifyFairMQDeviceOutputProxy(
specifyFairMQDeviceMultiOutputProxy(
proxyName.c_str(),
{ proxyInput },
channelConfig.c_str()));
Expand Down

0 comments on commit dd1b9e1

Please sign in to comment.