Turn second_elapsed_callback into a normal periodic event.

This commit is contained in:
Nick Mathewson
2018-11-13 09:30:51 -05:00
parent 303e5c70e0
commit 4bf79fa4fa
4 changed files with 17 additions and 70 deletions
-1
View File
@@ -81,7 +81,6 @@ uint64_t get_main_loop_error_count(void);
uint64_t get_main_loop_idle_count(void);
void periodic_events_on_new_options(const or_options_t *options);
void reschedule_per_second_timer(void);
void do_signewnym(time_t);
time_t get_last_signewnym_time(void);