mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
shmem: Heartbeats for the monitor.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
a8d40abbd9
commit
14f9084a80
@@ -68,12 +68,12 @@ FairMQPollerPtr FairMQTransportFactoryNN::CreatePoller(const FairMQSocket& cmdSo
|
||||
|
||||
void FairMQTransportFactoryNN::Shutdown()
|
||||
{
|
||||
// nothing to do for nanomsg, transport is ready to be terminated any time.
|
||||
nn_term();
|
||||
}
|
||||
|
||||
void FairMQTransportFactoryNN::Terminate()
|
||||
{
|
||||
nn_term();
|
||||
// nothing to do for nanomsg
|
||||
}
|
||||
|
||||
FairMQ::Transport FairMQTransportFactoryNN::GetType() const
|
||||
|
Reference in New Issue
Block a user