diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-07-01 13:57:11 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-11-03 11:09:34 +0200 |
commit | 05880d238a95b09c08b600e546870d0870f856fd (patch) | |
tree | 4064b000b8b0574e84383ac2b1726ee509c9165f /src/feature/stats/rephist.h | |
parent | bd28551763bd008be5a6f676410d9b6b1d011bf6 (diff) | |
download | tor-05880d238a95b09c08b600e546870d0870f856fd.tar.gz tor-05880d238a95b09c08b600e546870d0870f856fd.zip |
Implement support for "unique v3 onions" stat.
Diffstat (limited to 'src/feature/stats/rephist.h')
-rw-r--r-- | src/feature/stats/rephist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/stats/rephist.h b/src/feature/stats/rephist.h index e6c1509498..5873594781 100644 --- a/src/feature/stats/rephist.h +++ b/src/feature/stats/rephist.h @@ -71,6 +71,7 @@ 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); char *rep_hist_get_hs_v3_stats_string(void); +void rep_hist_hsdir_stored_maybe_new_v3_onion(const uint8_t *blinded_key); void rep_hist_free_all(void); |