ticket25081 254 B

12345
  1. o Code simplification and refactoring:
  2. - Remove extern declaration of stats_n_seconds_working variable from main,
  3. protecting its accesses with get_uptime() and reset_uptime() functions.
  4. Closes ticket 25081, patch by “valentecaio”.