diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-04-24 15:39:14 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-04-24 15:39:14 +0000 |
commit | 016e67f9415530399cdffec3d8d6530b3323dbbb (patch) | |
tree | 5a9dc1307a09a7bc8d2d7986e52a3141518079b8 /src/or/or.h | |
parent | eaad3ab395c8da0cc5c8cbe3e51109f181891216 (diff) | |
download | tor-016e67f9415530399cdffec3d8d6530b3323dbbb.tar tor-016e67f9415530399cdffec3d8d6530b3323dbbb.tar.gz |
Merge conditional consensus downloading
svn:r14451
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/or.h b/src/or/or.h index 592cef764..8c2506421 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1369,9 +1369,6 @@ typedef struct routerstatus_t { unsigned int version_known:1; /** True iff this router is a version that supports BEGIN_DIR cells. */ unsigned int version_supports_begindir:1; - /** True iff this router is a version that supports conditional consensus - * downloads (signed by list of authorities). */ - unsigned int version_supports_conditional_consensus:1; /** True iff this router is a version that we can post extrainfo docs to. */ unsigned int version_supports_extrainfo_upload:1; /** True iff this router is a version that, if it caches directory info, @@ -3051,7 +3048,6 @@ int connection_dir_finished_connecting(dir_connection_t *conn); void connection_dir_request_failed(dir_connection_t *conn); void directory_initiate_command(const char *address, uint32_t addr, uint16_t or_port, uint16_t dir_port, - int supports_conditional_consensus, int supports_begindir, const char *digest, uint8_t dir_purpose, uint8_t router_purpose, int anonymized_connection, |