aboutsummaryrefslogtreecommitdiff
path: root/src/feature/stats/rephist.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2020-10-26 18:19:25 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2020-11-02 21:05:05 +0200
commit1de7843658e00baa2271048fb3e3e436639e70c4 (patch)
tree4d9d9253f3fa093651c89a5499476d2f99e3696f /src/feature/stats/rephist.h
parent62d682e62422eecd40f2e2ba4d222bb2795dad53 (diff)
downloadtor-1de7843658e00baa2271048fb3e3e436639e70c4.tar.gz
tor-1de7843658e00baa2271048fb3e3e436639e70c4.zip
Make room for v3: s/hs_stats/hs_v2_stats/
Diffstat (limited to 'src/feature/stats/rephist.h')
-rw-r--r--src/feature/stats/rephist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/feature/stats/rephist.h b/src/feature/stats/rephist.h
index c9ebc5c328..abcb70249f 100644
--- a/src/feature/stats/rephist.h
+++ b/src/feature/stats/rephist.h
@@ -63,10 +63,10 @@ void rep_hist_log_circuit_handshake_stats(time_t now);
MOCK_DECL(int, rep_hist_get_circuit_handshake_requested, (uint16_t type));
MOCK_DECL(int, rep_hist_get_circuit_handshake_assigned, (uint16_t type));
-void rep_hist_hs_stats_init(time_t now);
-void rep_hist_hs_stats_term(void);
-time_t rep_hist_hs_stats_write(time_t now);
-char *rep_hist_get_hs_stats_string(void);
+void rep_hist_hs_v2_stats_init(time_t now);
+void rep_hist_hs_v2_stats_term(void);
+time_t rep_hist_hs_v2_stats_write(time_t now);
+char *rep_hist_get_hs_v2_stats_string(void);
void rep_hist_seen_new_rp_cell(void);
void rep_hist_stored_maybe_new_hs(const crypto_pk_t *pubkey);