diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-11-03 17:34:46 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-11-03 19:14:57 +0200 |
commit | 9a98d1da30a25b1f263859cae21a3c0863d8c91d (patch) | |
tree | 364d72a9161b842bc5bf8e818c74fc82a3d3752e /src/feature/stats/rephist.h | |
parent | f2da7b05b0a8e6d353b94ea496f0ce99aa076ffa (diff) | |
download | tor-9a98d1da30a25b1f263859cae21a3c0863d8c91d.tar.gz tor-9a98d1da30a25b1f263859cae21a3c0863d8c91d.zip |
Switch v3_onions_seen_this_period to digest256map_t.
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 a2caa4fc15..de27b16ae0 100644 --- a/src/feature/stats/rephist.h +++ b/src/feature/stats/rephist.h @@ -113,7 +113,7 @@ typedef struct hs_v3_stats_t { /* The number of unique v3 onion descriptors (actually, unique v3 blind keys) * we've seen during the measurement period */ - digestmap_t *v3_onions_seen_this_period; + digest256map_t *v3_onions_seen_this_period; } hs_v3_stats_t; MOCK_DECL(STATIC bool, should_collect_v3_stats,(void)); |