mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
FairMQ: Implement simple ofi Send/Receive with meta com only
This commit is contained in:
committed by
Mohammad Al-Turany
parent
eaebfc6933
commit
4250e3d45b
@@ -63,8 +63,8 @@ namespace fair
|
||||
namespace mq
|
||||
{
|
||||
|
||||
using SocketPtr = std::unique_ptr<FairMQSocket>;
|
||||
|
||||
using Socket = FairMQSocket;
|
||||
using SocketPtr = FairMQSocketPtr;
|
||||
struct SocketError : std::runtime_error { using std::runtime_error::runtime_error; };
|
||||
|
||||
} /* namespace mq */
|
||||
|
Reference in New Issue
Block a user