mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-17 18:41:46 +00:00
add serialization API
This commit is contained in:
committed by
Alexey Rybalchenko
parent
c9388d4837
commit
09ea40e37f
@@ -38,7 +38,6 @@ void FairMQExample8Sampler::Run()
|
||||
Ex8Header* header = new Ex8Header;
|
||||
// Set stopFlag to 1 for the first 4 messages, and to 0 for the 5th.
|
||||
counter < 5 ? header->stopFlag = 0 : header->stopFlag = 1;
|
||||
|
||||
LOG(INFO) << "Sending header with stopFlag: " << header->stopFlag;
|
||||
|
||||
FairMQParts parts;
|
||||
|
Reference in New Issue
Block a user