diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-04 12:34:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-04 12:34:09 -0500 |
commit | b1cb9ebb1c6fb8d6126e2af143477d2e9ac24ead (patch) | |
tree | 913eae66a554178c68d33c36f67df61fca569ab2 /src/or/rephist.h | |
parent | 898f2d7c278442d2c4fbdf0126eaa406d503d088 (diff) | |
parent | 4eff8b65305248b1e7a57d1efdf8f55039719bd7 (diff) | |
download | tor-b1cb9ebb1c6fb8d6126e2af143477d2e9ac24ead.tar tor-b1cb9ebb1c6fb8d6126e2af143477d2e9ac24ead.tar.gz |
Merge branch 'bug8146_etc'
Diffstat (limited to 'src/or/rephist.h')
-rw-r--r-- | src/or/rephist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h index 5568330dd..811cd8d45 100644 --- a/src/or/rephist.h +++ b/src/or/rephist.h @@ -24,6 +24,8 @@ void rep_hist_dump_stats(time_t now, int severity); void rep_hist_note_bytes_read(size_t num_bytes, time_t when); void rep_hist_note_bytes_written(size_t num_bytes, time_t when); +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); |