aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket25081
blob: b6e6c2a5a6908538362899e871b8a91e113cd133 (plain)
1
2
3
4
5
  o Code simplification and refactoring:
    - Remove extern declaration of stats_n_seconds_working variable from main,
      protecting its accesses with get_uptime() and reset_uptime() functions.
      Closes ticket 25081, patch by “valentecaio”.