Commit ad06e0b4 authored by Caio Valente's avatar Caio Valente
Browse files

Changes file for ticket 25081.

parent a4c85312
Loading
Loading
Loading
Loading

changes/ticket25081

0 → 100644
+5 −0
Original line number Diff line number Diff line
  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”.