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
@@ -19,6 +19,8 @@ namespace mq
|
||||
namespace ofi
|
||||
{
|
||||
|
||||
class Socket;
|
||||
|
||||
/**
|
||||
* @class TransportFactory TransportFactory.h <fairmq/ofi/TransportFactory.h>
|
||||
* @brief FairMQ transport factory for the ofi transport (implemented with ZeroMQ + libfabric)
|
||||
@@ -27,6 +29,8 @@ namespace ofi
|
||||
*/
|
||||
class TransportFactory : public FairMQTransportFactory
|
||||
{
|
||||
friend Socket;
|
||||
|
||||
public:
|
||||
TransportFactory(const std::string& id = "", const FairMQProgOptions* config = nullptr);
|
||||
TransportFactory(const TransportFactory&) = delete;
|
||||
|
Reference in New Issue
Block a user