Skip to content

AthenaMonitoring: Thread-safety fixes and enable static checker

Frank Winklmeier requested to merge fwinkl/athena:athmon_threadfixes into master
  • MonitoredTimer: Make stop() a non-const method to avoid the mutable member variable (thanks @ssnyder for the suggestion)
  • Mark a few legacy (serial) athena monitoring source files as non-thread safe.

cc @tbold

Merge request reports