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
@@ -23,9 +23,6 @@ using namespace std;
|
||||
|
||||
Message::Message()
|
||||
{
|
||||
// if (zmq_msg_init(&fMessage) != 0) {
|
||||
// throw MessageError{tools::ToString("Failed initializing meta message, reason: ", zmq_strerror(errno))};
|
||||
// }
|
||||
}
|
||||
|
||||
Message::Message(const size_t size)
|
||||
@@ -92,9 +89,6 @@ auto Message::Copy(const fair::mq::MessagePtr& msg) -> void
|
||||
|
||||
Message::~Message() noexcept(false)
|
||||
{
|
||||
// if (zmq_msg_close(&fMessage) != 0) {
|
||||
// throw MessageError{tools::ToString("Failed closing meta message, reason: ", zmq_strerror(errno))};
|
||||
// }
|
||||
}
|
||||
|
||||
} /* namespace ofi */
|
||||
|
Reference in New Issue
Block a user