tor/changes/ticket30414
Nick Mathewson 3c2648bbda Move "relay" and "router" periodic callbacks out of mainloop.c
(Some of these callbacks are specific to the OR module, so now it's
time to have an or_sys and or_periodic.)
2019-05-06 16:35:39 -04:00

4 lines
155 B
Plaintext

o Code simplification and refactoring:
- Move most relay-only periodic events out of mainloop.c into the
relay subsystem. Closes ticket 30414.