mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: Fix CTopology member init and remove separate init step again
This commit is contained in:
@@ -61,8 +61,6 @@ Topology::Topology(DDSTopology topo, DDSSession session)
|
||||
, fExecutionThread()
|
||||
, fShutdown(false)
|
||||
{
|
||||
fDDSTopo.CreateTopology(fDDSTopo.GetTopoFile());
|
||||
|
||||
std::vector<uint64_t> deviceList = fDDSTopo.GetDeviceList();
|
||||
for (const auto& d : deviceList) {
|
||||
LOG(info) << "fair::mq::Topology Adding device " << d;
|
||||
|
Reference in New Issue
Block a user