add serialization API

This commit is contained in:
winckler
2016-03-24 15:59:33 +01:00
committed by Mohammad Al-Turany
parent e818174126
commit 5f365c84c7
3 changed files with 87 additions and 1 deletions

View File

@@ -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;