mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Enhance region example with Builder device
This commit is contained in:
committed by
Dennis Klein
parent
f85663bfe8
commit
7df278818c
@@ -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;
|
||||
|
Reference in New Issue
Block a user