aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-02-09 22:07:22 -0500
committerRoger Dingledine <arma@torproject.org>2013-02-09 22:07:22 -0500
commit74e6a47a808803c985f55b626dff294dbe425043 (patch)
tree9ba39d530438b96f69a04a698ece46b22939862e /src/or/or.h
parent002c860caee374688f9478dfd6a6e2ebddad791f (diff)
downloadtor-74e6a47a808803c985f55b626dff294dbe425043.tar
tor-74e6a47a808803c985f55b626dff294dbe425043.tar.gz
stop setting, or using, router->address
resolves ticket 5528.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 04640d050..70a22aa10 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1925,7 +1925,6 @@ typedef int16_t country_t;
/** Information about another onion router in the network. */
typedef struct {
signed_descriptor_t cache_info;
- char *address; /**< Location of OR: either a hostname or an IP address. */
char *nickname; /**< Human-readable OR name. */
uint32_t addr; /**< IPv4 address of OR, in host order. */