Skip to content

Commit

Permalink
DPL: mark the global file sink as an actual device consuming data (#5685
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ktf authored Mar 11, 2021
1 parent 5acceca commit f754608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Core/src/CommonDataProcessors.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ DataProcessorSpec
std::back_inserter(unmatched), noTimeframe);

DataProcessorSpec spec{
"internal-dpl-global-binary-file-sink",
"internal-dpl-injected-global-binary-file-sink",
validBinaryInputs,
Outputs{},
AlgorithmSpec(writerFunction),
Expand Down

0 comments on commit f754608

Please sign in to comment.