mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 14:43:46 +01:00
7cbc44eeb1
Previously were using this value to have a cheap highish-resolution timer. But we were only using it in one place, and current dogma is to use monotime_coarse_t for this kind of thing.
6 lines
238 B
Groff
6 lines
238 B
Groff
o Code simplification and refactoring:
|
|
- Remove our previous logic for "cached gettimeofday()" -- our coarse
|
|
monotonic timers are fast enough for this purpose, and far less
|
|
error-prone. Implements part of ticket 25927.
|
|
|