Skip to content

Commit 96aa2b4

Browse files
committed
use EOS data description in DPL data header for EOS message
1 parent ed15447 commit 96aa2b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/SubTimeFrameDPL.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ void StfToDplAdapter::sendEosToDpl()
277277
lDplHdr.creation = std::chrono::time_point_cast<std::chrono::milliseconds>(std::chrono::system_clock::now()).time_since_epoch().count();
278278

279279
const auto lDoneStack = o2::header::Stack(
280-
o2::header::DataHeader(o2::header::gDataDescriptionInfo, o2::header::gDataOriginAny, 0, 0),
280+
o2::header::DataHeader(o2::header::gDataDescriptionEos, o2::header::gDataOriginAny, 0, 0),
281281
lDplHdr,
282282
lDplExitHdr
283283
);

0 commit comments

Comments
 (0)