aboutsummaryrefslogtreecommitdiff
path: root/src/feature/stats/rephist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-04 10:44:36 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-04 10:44:36 -0400
commit94b04d6c64ec998a9117d65a156888fa3af188e5 (patch)
tree08ed94f695e8c1b9abef413a8bfee98c8be07be8 /src/feature/stats/rephist.h
parent1c62adb65baa99c92f937318c452955306301643 (diff)
parent81f4223329a709e5138532b037a58c118b30dd7f (diff)
downloadtor-94b04d6c64ec998a9117d65a156888fa3af188e5.tar.gz
tor-94b04d6c64ec998a9117d65a156888fa3af188e5.zip
Merge branch 'bug24104_029_squashed'
Diffstat (limited to 'src/feature/stats/rephist.h')
-rw-r--r--src/feature/stats/rephist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/stats/rephist.h b/src/feature/stats/rephist.h
index 06a5e48211..67a015a4cd 100644
--- a/src/feature/stats/rephist.h
+++ b/src/feature/stats/rephist.h
@@ -22,7 +22,7 @@ void rep_hist_make_router_pessimal(const char *id, time_t when);
void rep_hist_note_dir_bytes_read(size_t num_bytes, time_t when);
void rep_hist_note_dir_bytes_written(size_t num_bytes, time_t when);
-int rep_hist_bandwidth_assess(void);
+MOCK_DECL(int, rep_hist_bandwidth_assess, (void));
char *rep_hist_get_bandwidth_lines(void);
void rep_hist_update_state(or_state_t *state);
int rep_hist_load_state(or_state_t *state, char **err);