diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-10-28 07:47:47 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-12-17 09:15:06 +0100 |
commit | d38268a8c7328a9f95beb76442f159bf27211271 (patch) | |
tree | aed61cda6451c2504d05709b7cbe60bba41d5a84 /src/or/or.h | |
parent | 62c2a5a8838ac8eb97ab967e10e7a1e99d761d94 (diff) | |
download | tor-d38268a8c7328a9f95beb76442f159bf27211271.tar tor-d38268a8c7328a9f95beb76442f159bf27211271.tar.gz |
Remove v0 hidden service statistics code.
The HSAuthorityRecordStats option was used to track statistics of overall
hidden service usage on the version 0 hidden service authorities. With the
version 2 hidden service directories being deployed and version 0
descriptors being phased out, these statistics are not as useful anymore.
Goodbye, you fine piece of software; my first major code contribution to
Tor.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 736e66a52..28322035f 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2354,8 +2354,6 @@ typedef struct { * for version 3 directories? */ int HSAuthoritativeDir; /**< Boolean: does this an authoritative directory * handle hidden service requests? */ - int HSAuthorityRecordStats; /**< Boolean: does this HS authoritative - * directory record statistics? */ int NamingAuthoritativeDir; /**< Boolean: is this an authoritative directory * that's willing to bind names? */ int VersioningAuthoritativeDir; /**< Boolean: is this an authoritative |