From f3e8bc391a681ee5e0db1c0cd3796e901ea49846 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 28 Sep 2010 23:37:45 -0400 Subject: Remove the has_old_dnsworkers flag. --- src/or/or.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/or/or.h') 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 -- cgit v1.2.3-54-g00ecf