Changes file for ticket 25081.

This commit is contained in:
Caio Valente 2018-02-01 02:25:08 +01:00
parent a4c8531260
commit ad06e0b406
1 changed files with 5 additions and 0 deletions

5
changes/ticket25081 Normal file
View File

@ -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”.