shmem: Heartbeats for the monitor.

This commit is contained in:
Alexey Rybalchenko
2017-04-12 11:21:43 +02:00
committed by Mohammad Al-Turany
parent a8d40abbd9
commit 14f9084a80
5 changed files with 142 additions and 14 deletions

View File

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