diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2014-03-17 17:38:22 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2014-03-18 10:40:10 +0100 |
commit | 7450403410866bc3a70eaf16681a0719a251d043 (patch) | |
tree | c184a5ff4b58b8111c15514540b2e8818543516e /src/or/or.h | |
parent | 102bb1c04f5cb4fb3eae7f41f80660e47c64ceb6 (diff) | |
download | tor-7450403410866bc3a70eaf16681a0719a251d043.tar.gz tor-7450403410866bc3a70eaf16681a0719a251d043.zip |
Take out remaining V1 directory code.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/or.h b/src/or/or.h index 546adaa3a2..800e83f4b7 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2586,9 +2586,6 @@ typedef struct authority_cert_t { */ typedef enum { NO_DIRINFO = 0, - /** Serves/signs v1 directory information: Big lists of routers, and short - * routerstatus documents. */ - V1_DIRINFO = 1 << 0, /** Serves/signs v3 directory information: votes, consensuses, certs */ V3_DIRINFO = 1 << 2, /** Serves bridge descriptors. */ @@ -3494,8 +3491,6 @@ typedef struct { int AssumeReachable; /**< Whether to publish our descriptor regardless. */ int AuthoritativeDir; /**< Boolean: is this an authoritative directory? */ - int V1AuthoritativeDir; /**< Boolean: is this an authoritative directory - * for version 1 directories? */ int V3AuthoritativeDir; /**< Boolean: is this an authoritative directory * for version 3 directories? */ int NamingAuthoritativeDir; /**< Boolean: is this an authoritative directory |