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