mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
FairMQ: Add ofi transport factory skeleton
This commit is contained in:
committed by
Mohammad Al-Turany
parent
7b4976898a
commit
7cfd93c998
@@ -32,4 +32,14 @@ class FairMQPoller
|
||||
|
||||
using FairMQPollerPtr = std::unique_ptr<FairMQPoller>;
|
||||
|
||||
namespace fair
|
||||
{
|
||||
namespace mq
|
||||
{
|
||||
|
||||
using PollerPtr = std::unique_ptr<FairMQPoller>;
|
||||
|
||||
} /* namespace mq */
|
||||
} /* namespace fair */
|
||||
|
||||
#endif /* FAIRMQPOLLER_H_ */
|
||||
|
Reference in New Issue
Block a user