mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
add serialization API
This commit is contained in:
committed by
Mohammad Al-Turany
parent
e818174126
commit
5f365c84c7
@@ -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