mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
5 lines
254 B
Text
5 lines
254 B
Text
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”.
|
|
|