Skip to content

L1TopoConfig: Thread-safety fixes.

Enable thread-safety checker

Move static variables in L1TopoConfigOutputList to member variables. They were used to detect duplicates, but in the end the lines were added to a specific instance, so it doesn't really make sense for these to be static in the first place.

Merge request reports