diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-10 09:07:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-10 09:27:42 -0400 |
commit | 50bf2520b33eb9f477c1b8989264667c5b587a01 (patch) | |
tree | 6ddfc743deacfdcab56caeafbf76f515cc925939 /src/feature/stats/rephist.h | |
parent | 1a4e475d5d86b0325914000889d5fd0dde42c2ad (diff) | |
download | tor-50bf2520b33eb9f477c1b8989264667c5b587a01.tar.gz tor-50bf2520b33eb9f477c1b8989264667c5b587a01.zip |
Split bidi connection-stats code into a new C file.
Diffstat (limited to 'src/feature/stats/rephist.h')
-rw-r--r-- | src/feature/stats/rephist.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/feature/stats/rephist.h b/src/feature/stats/rephist.h index cdedfdca63..c9ebc5c328 100644 --- a/src/feature/stats/rephist.h +++ b/src/feature/stats/rephist.h @@ -56,14 +56,6 @@ void rep_hist_note_desc_served(const char * desc); void rep_hist_desc_stats_term(void); time_t rep_hist_desc_stats_write(time_t now); -void rep_hist_conn_stats_init(time_t now); -void rep_hist_note_or_conn_bytes(uint64_t conn_id, size_t num_read, - size_t num_written, time_t when); -void rep_hist_reset_conn_stats(time_t now); -char *rep_hist_format_conn_stats(time_t now); -time_t rep_hist_conn_stats_write(time_t now); -void rep_hist_conn_stats_term(void); - void rep_hist_note_circuit_handshake_requested(uint16_t type); void rep_hist_note_circuit_handshake_assigned(uint16_t type); void rep_hist_log_circuit_handshake_stats(time_t now); |