mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Implement control band with asiofi
This commit is contained in:
committed by
Dennis Klein
parent
672e12f45b
commit
b31ab1cc48
@@ -25,7 +25,7 @@ using namespace std;
|
||||
|
||||
TransportFactory::TransportFactory(const string& id, const FairMQProgOptions* /*config*/)
|
||||
try : FairMQTransportFactory(id)
|
||||
, fContext(*this, 1)
|
||||
, fContext(*this, *this, 1)
|
||||
{
|
||||
LOG(debug) << "OFI transport: Using AZMQ & "
|
||||
<< "asiofi (" << fContext.GetAsiofiVersion() << ")";
|
||||
|
Reference in New Issue
Block a user