mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
sdk: Add DDSTopology::GetCollections() and extend DDSTask
This commit is contained in:
committed by
Dennis Klein
parent
456b65871a
commit
e1b6b804bd
@@ -254,7 +254,7 @@ auto DDSSession::RequestTaskInfo() -> std::vector<DDSTask>
|
||||
std::vector<DDSTask> taskInfo;
|
||||
taskInfo.reserve(res.size());
|
||||
for (auto& a : res) {
|
||||
taskInfo.emplace_back(a.m_taskID);
|
||||
taskInfo.emplace_back(a.m_taskID, 0);
|
||||
}
|
||||
|
||||
return taskInfo;
|
||||
|
Reference in New Issue
Block a user