aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.h
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2014-05-05 11:21:35 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2014-05-05 11:21:35 +0200
commit1289474dbd7898826958fc6406d6e444288e7479 (patch)
tree64047a0eda0589fa056b82811365f86c2bc0de7a /src/or/rephist.h
parent8a173635bcd85ad7375d996fb39efeaddd8c611d (diff)
downloadtor-1289474dbd7898826958fc6406d6e444288e7479.tar
tor-1289474dbd7898826958fc6406d6e444288e7479.tar.gz
Remove /tor/dbg-stability.txt URL.
The /tor/dbg-stability.txt URL was meant to help debug WFU and MTBF calculations, but nobody was using it. Fixes #11742.
Diffstat (limited to 'src/or/rephist.h')
-rw-r--r--src/or/rephist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h
index df01ae6cb..cd6231e6e 100644
--- a/src/or/rephist.h
+++ b/src/or/rephist.h
@@ -47,7 +47,6 @@ double rep_hist_get_stability(const char *id, time_t when);
double rep_hist_get_weighted_fractional_uptime(const char *id, time_t when);
long rep_hist_get_weighted_time_known(const char *id, time_t when);
int rep_hist_have_measured_enough_stability(void);
-const char *rep_hist_get_router_stability_doc(time_t now);
void rep_hist_note_used_port(time_t now, uint16_t port);
smartlist_t *rep_hist_get_predicted_ports(time_t now);