Enhance region example with Builder device

This commit is contained in:
Alexey Rybalchenko
2019-02-28 01:41:04 +01:00
committed by Dennis Klein
parent f85663bfe8
commit 7df278818c
7 changed files with 79 additions and 10 deletions

View File

@@ -350,6 +350,7 @@ void FairMQMessageSHM::CloseMessage()
}
if (fRegionPtr)
{
// LOG(debug) << "sending ack";
if (fRegionPtr->fQueue->timed_send(&block, sizeof(RegionBlock), 0, sndTill))
{
success = true;