diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-10-21 13:50:32 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-11-03 11:09:34 +0200 |
commit | 3cbc513ae767aa872f690ab23f94535aa121975d (patch) | |
tree | 6071ecfc0fcbefcc12d09c53faa83b23d214d46f /src/feature/stats/rephist.h | |
parent | 05880d238a95b09c08b600e546870d0870f856fd (diff) | |
download | tor-3cbc513ae767aa872f690ab23f94535aa121975d.tar.gz tor-3cbc513ae767aa872f690ab23f94535aa121975d.zip |
Implement support for "v3 rend traffic" stat.
Diffstat (limited to 'src/feature/stats/rephist.h')
-rw-r--r-- | src/feature/stats/rephist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/stats/rephist.h b/src/feature/stats/rephist.h index 5873594781..3bb4f996a2 100644 --- a/src/feature/stats/rephist.h +++ b/src/feature/stats/rephist.h @@ -66,7 +66,7 @@ MOCK_DECL(int, rep_hist_get_circuit_handshake_assigned, (uint16_t type)); void rep_hist_hs_v2_stats_init(time_t now); 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_seen_new_rp_cell(bool is_v2); void rep_hist_hsdir_stored_maybe_new_v2_onion(const crypto_pk_t *pubkey); time_t rep_hist_hs_v3_stats_write(time_t now); |