FairMQ: Implement simple ofi Send/Receive with meta com only

This commit is contained in:
Dennis Klein
2018-02-20 19:25:55 +01:00
committed by Mohammad Al-Turany
parent eaebfc6933
commit 4250e3d45b
8 changed files with 47 additions and 143 deletions

View File

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