mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Topology: Use DDSTask type, remove unused member
This commit is contained in:
committed by
Dennis Klein
parent
31edf948de
commit
8feffe70ba
@@ -234,7 +234,7 @@ void Topology::WaitForState()
|
||||
LOG(debug) << "WaitForState shutting down";
|
||||
};
|
||||
|
||||
void Topology::AddNewStateEntry(uint64_t senderId, const std::string& state)
|
||||
void Topology::AddNewStateEntry(DDSTask::Id senderId, const std::string& state)
|
||||
{
|
||||
std::size_t pos = state.find("->");
|
||||
std::string endState = state.substr(pos + 2);
|
||||
|
Reference in New Issue
Block a user