summaryrefslogtreecommitdiff
path: root/src/or/rephist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-16 10:40:21 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-16 10:40:21 -0400
commitee246bbe95a3adbc86ac8eb3794f55011c2059d5 (patch)
tree9cc5db4e694a246d2f806c0da2cd747bb004ece4 /src/or/rephist.h
parent891cf72f7103bc5b4de26ac974c0fd42a9d3c88f (diff)
parent0888c2f8f55037b49fead49091013f2cc7de17c5 (diff)
downloadtor-ee246bbe95a3adbc86ac8eb3794f55011c2059d5.tar.gz
tor-ee246bbe95a3adbc86ac8eb3794f55011c2059d5.zip
Merge remote-tracking branch 'public/bug3296'
Diffstat (limited to 'src/or/rephist.h')
-rw-r--r--src/or/rephist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h
index 6b05fe92d6..860713c350 100644
--- a/src/or/rephist.h
+++ b/src/or/rephist.h
@@ -49,6 +49,7 @@ 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);
+void rep_hist_remove_predicted_ports(const smartlist_t *rmv_ports);
void rep_hist_note_used_resolve(time_t now);
void rep_hist_note_used_internal(time_t now, int need_uptime,
int need_capacity);