mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: Implement WaitForExecutingAgents
* Require DDS 2.5.22 * Apply in meaningful places * Adapt test fixture
This commit is contained in:
@@ -196,10 +196,10 @@ void Topology::AddNewStateEntry(uint64_t senderId, const std::string& state)
|
||||
LOG(error) << "Exception in AddNewStateEntry: " << e.what();
|
||||
}
|
||||
|
||||
LOG(info) << "fTopologyState after update: ";
|
||||
for (auto& e : fTopologyState) {
|
||||
LOG(info) << e.first << ": " << e.second.state;
|
||||
}
|
||||
// LOG(info) << "fTopologyState after update: ";
|
||||
// for (auto& e : fTopologyState) {
|
||||
// LOG(info) << e.first << ": " << e.second.state;
|
||||
// }
|
||||
}
|
||||
fCV.notify_one();
|
||||
}
|
||||
|
Reference in New Issue
Block a user