Browse Source

Changes file for ticket 25081.

Caio Valente 6 years ago
parent
commit
ad06e0b406
1 changed files with 5 additions and 0 deletions
  1. 5 0
      changes/ticket25081

+ 5 - 0
changes/ticket25081

@@ -0,0 +1,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”.
+