shmem: introduce FairMQShmMonitor.

This commit is contained in:
Alexey Rybalchenko
2017-04-24 14:53:33 +02:00
committed by Mohammad Al-Turany
parent 7b4a2ae932
commit 2a526b8625
10 changed files with 446 additions and 14 deletions

View File

@@ -25,7 +25,9 @@
namespace bipc = boost::interprocess;
namespace FairMQ
namespace fair
{
namespace mq
{
namespace shmem
{
@@ -185,7 +187,7 @@ struct alignas(16) MetaHeader
// };
} // namespace shmem
} // namespace FairMQ
} // namespace mq
} // namespace fair
#endif /* FAIRMQSHMMANAGER_H_ */