Skip to content

Commit dd1b9e1

Browse files
authored
[QC-538] Follow the breaking changes in O2 regarding output proxies (#606)
1 parent e3752ed commit dd1b9e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/src/InfrastructureGenerator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ void InfrastructureGenerator::generateLocalTaskLocalProxy(framework::WorkflowSpe
281281
remoteHost + ":" + remotePort + ",rateLogging=60,transport=zeromq";
282282

283283
workflow.emplace_back(
284-
specifyFairMQDeviceOutputProxy(
284+
specifyFairMQDeviceMultiOutputProxy(
285285
proxyName.c_str(),
286286
{ proxyInput },
287287
channelConfig.c_str()));

0 commit comments

Comments
 (0)