aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-08 15:52:43 -0500
committerNick Mathewson <nickm@torproject.org>2011-03-08 15:52:43 -0500
commit0d78a16c3642f7538266e007da79c39860aac332 (patch)
tree5e342568b1f08b14318ddd3b3996aa1125d20787 /src/or/rephist.h
parent9c72324ae85c3f2cc23fee7d383128fa239b36d0 (diff)
parent5a4f7fa1e48923730376c0a42121e4c3022eef3b (diff)
downloadtor-0d78a16c3642f7538266e007da79c39860aac332.tar
tor-0d78a16c3642f7538266e007da79c39860aac332.tar.gz
Merge remote branch 'sebastian/bug1035' into maint-0.2.2
Diffstat (limited to 'src/or/rephist.h')
-rw-r--r--src/or/rephist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h
index 9a3907081..5f6b9f9b4 100644
--- a/src/or/rephist.h
+++ b/src/or/rephist.h
@@ -33,7 +33,8 @@ void rep_hist_update_state(or_state_t *state);
int rep_hist_load_state(or_state_t *state, char **err);
void rep_history_clean(time_t before);
-void rep_hist_note_router_reachable(const char *id, time_t when);
+void rep_hist_note_router_reachable(const char *id, const tor_addr_t *at_addr,
+ uint16_t at_port, time_t when);
void rep_hist_note_router_unreachable(const char *id, time_t when);
int rep_hist_record_mtbf_data(time_t now, int missing_means_down);
int rep_hist_load_mtbf_data(time_t now);