12 #ifndef TOR_PREDICT_PORTS_H
13 #define TOR_PREDICT_PORTS_H
15 void predicted_ports_init(
void);
void rep_hist_note_used_port(time_t now, uint16_t port)
void rep_hist_remove_predicted_ports(const smartlist_t *rmv_ports)
int rep_hist_circbuilding_dormant(time_t now)
void rep_hist_note_used_internal(time_t now, int need_uptime, int need_capacity)
void rep_hist_note_used_resolve(time_t now)
int predicted_ports_prediction_time_remaining(time_t now)
int rep_hist_get_predicted_internal(time_t now, int *need_uptime, int *need_capacity)
int any_predicted_circuits(time_t now)
smartlist_t * rep_hist_get_predicted_ports(time_t now)
void predicted_ports_free_all(void)