diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-10-21 14:32:30 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-11-03 11:09:24 +0200 |
commit | bd28551763bd008be5a6f676410d9b6b1d011bf6 (patch) | |
tree | 8869b88ba30d7b785dba4e9ab288d7ad5c50b5ba /src/feature/hs/hs_cache.c | |
parent | 5ed7fcec41db16820c3777451d083d0d74f124ce (diff) | |
download | tor-bd28551763bd008be5a6f676410d9b6b1d011bf6.tar.gz tor-bd28551763bd008be5a6f676410d9b6b1d011bf6.zip |
Introduce v3_stats_t structure and some of its methods.
Diffstat (limited to 'src/feature/hs/hs_cache.c')
-rw-r--r-- | src/feature/hs/hs_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/hs/hs_cache.c b/src/feature/hs/hs_cache.c index 44cd2505fd..0688d7765d 100644 --- a/src/feature/hs/hs_cache.c +++ b/src/feature/hs/hs_cache.c @@ -19,6 +19,7 @@ #include "feature/hs/hs_descriptor.h" #include "feature/nodelist/networkstatus.h" #include "feature/rend/rendcache.h" +#include "feature/stats/rephist.h" #include "feature/hs/hs_cache.h" |