aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.h
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2010-08-15 14:15:58 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2010-08-15 14:15:58 +0200
commit69545efbafaf55f5d6f768268eb73b60547acd64 (patch)
tree9f8cdc687dd49217cddf6dd62d837a1c52e34d10 /src/or/rephist.h
parent3d77c67d93dd263ba0b988b9f7c5bd956872dd6f (diff)
downloadtor-69545efbafaf55f5d6f768268eb73b60547acd64.tar
tor-69545efbafaf55f5d6f768268eb73b60547acd64.tar.gz
Give rep_hist_exit_stats_history() a better name.
Diffstat (limited to 'src/or/rephist.h')
-rw-r--r--src/or/rephist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h
index dfdce4e1d..f655500eb 100644
--- a/src/or/rephist.h
+++ b/src/or/rephist.h
@@ -68,7 +68,7 @@ void hs_usage_free_all(void);
void rep_hist_exit_stats_init(time_t now);
void rep_hist_reset_exit_stats(time_t now);
void rep_hist_exit_stats_term(void);
-char *rep_hist_exit_stats_history(time_t now);
+char *rep_hist_format_exit_stats(time_t now);
time_t rep_hist_exit_stats_write(time_t now);
void rep_hist_note_exit_bytes(uint16_t port, size_t num_written,
size_t num_read);