Move dirauth periodic events into dirauth module.

Closes ticket 30294.
This commit is contained in:
Nick Mathewson
2019-04-25 15:09:24 -04:00
parent 6eb1b8da0a
commit b5a62b1ef5
14 changed files with 256 additions and 145 deletions
-1
View File
@@ -62,7 +62,6 @@ void reset_all_main_loop_timers(void);
void reschedule_descriptor_update_check(void);
void reschedule_directory_downloads(void);
void reschedule_or_state_save(void);
void reschedule_dirvote(const or_options_t *options);
void mainloop_schedule_postloop_cleanup(void);
void rescan_periodic_events(const or_options_t *options);
MOCK_DECL(void, schedule_rescan_periodic_events,(void));