diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-28 23:37:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-28 23:37:45 -0400 |
commit | f3e8bc391a681ee5e0db1c0cd3796e901ea49846 (patch) | |
tree | 72feb8f5f034f2e93682c6ad14a05551afa5ed84 /src/or/or.h | |
parent | 8d1fe502842a01063027a8dc2a4cb1326be8805a (diff) | |
download | tor-f3e8bc391a681ee5e0db1c0cd3796e901ea49846.tar.gz tor-f3e8bc391a681ee5e0db1c0cd3796e901ea49846.zip |
Remove the has_old_dnsworkers flag.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/or/or.h b/src/or/or.h index d2a7714db3..e5ca88fc5b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1498,12 +1498,10 @@ typedef struct { char *contact_info; /**< Declared contact info for this router. */ unsigned int is_hibernating:1; /**< Whether the router claims to be * hibernating */ - unsigned int has_old_dnsworkers:1; /**< Whether the router is using - * dnsworker code. */ - unsigned int caches_extra_info:1; /**< Whether the router caches and serves - * extrainfo documents. */ - unsigned int allow_single_hop_exits:1; /**< Whether the router allows - * single hop exits. */ + unsigned int caches_extra_info:1; /**< Whether the router says it caches and + * serves extrainfo documents. */ + unsigned int allow_single_hop_exits:1; /**< Whether the router says + * it allows single hop exits. */ /* local info */ unsigned int is_running:1; /**< As far as we know, is this OR currently |