summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-06-30 10:13:51 -0400
committerNick Mathewson <nickm@torproject.org>2009-06-30 10:13:51 -0400
commit9f28cfe86af085e94b9b929041851dc8386231b2 (patch)
treed6eeb9feb098a1653e428bf39bac6340037bebd4 /src/or/or.h
parentf466f3d12c7480fcff8b3366991f7a44816d2e41 (diff)
parent1ace3799facd9cae6f16f64647fec2281333539f (diff)
downloadtor-9f28cfe86af085e94b9b929041851dc8386231b2.tar.gz
tor-9f28cfe86af085e94b9b929041851dc8386231b2.zip
Merge commit 'origin/maint-0.2.1'
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index b6ee72d9b5..091264a4ef 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3969,7 +3969,7 @@ void rep_history_clean(time_t before);
void rep_hist_note_router_reachable(const char *id, time_t when);
void rep_hist_note_router_unreachable(const char *id, time_t when);
-int rep_hist_record_mtbf_data(void);
+int rep_hist_record_mtbf_data(time_t now, int missing_means_down);
int rep_hist_load_mtbf_data(time_t now);
time_t rep_hist_downrate_old_runs(time_t now);
@@ -4405,7 +4405,8 @@ void routerinfo_free(routerinfo_t *router);
void extrainfo_free(extrainfo_t *extrainfo);
void routerlist_free(routerlist_t *rl);
void dump_routerlist_mem_usage(int severity);
-void routerlist_remove(routerlist_t *rl, routerinfo_t *ri, int make_old);
+void routerlist_remove(routerlist_t *rl, routerinfo_t *ri, int make_old,
+ time_t now);
void routerlist_free_all(void);
void routerlist_reset_warnings(void);
void router_set_status(const char *digest, int up);