FairMQ: Implement ofi::TransportFactory ctor/dtor

This commit is contained in:
Dennis Klein
2018-02-15 18:23:46 +01:00
committed by Mohammad Al-Turany
parent 72bc86f006
commit 3785c0e369
3 changed files with 62 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ class TransportFactory : public FairMQTransportFactory
auto GetType() const -> Transport override;
~TransportFactory() override;
private:
void* fZmqContext;
}; /* class TransportFactory */
} /* namespace ofi */