FairMQ: Implement ofi::Socket

This commit is contained in:
Dennis Klein
2018-02-19 18:41:34 +01:00
committed by Mohammad Al-Turany
parent 3670dd8835
commit d9595adf45
7 changed files with 677 additions and 23 deletions

View File

@@ -68,6 +68,8 @@ namespace mq
using SocketPtr = std::unique_ptr<FairMQSocket>;
struct SocketError : std::runtime_error { using std::runtime_error::runtime_error; };
} /* namespace mq */
} /* namespace fair */