diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-05 08:25:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-05 08:25:27 -0400 |
commit | 641cdc345c7a0e8123cee9a7b3864b63ba389afa (patch) | |
tree | 9d54a2459025a76bc5d43fca712ac72168f7ce43 /src/or/or.h | |
parent | 2da2718609841bb7028ae2c802e26d80c857fe90 (diff) | |
parent | 03fc4cf04caf240fa4e285c3b483c60587456e9b (diff) | |
download | tor-641cdc345c7a0e8123cee9a7b3864b63ba389afa.tar.gz tor-641cdc345c7a0e8123cee9a7b3864b63ba389afa.zip |
Merge branch 'maint-0.2.8'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 08e1f9ba11..236814804d 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2220,7 +2220,7 @@ typedef struct routerstatus_t { /** Digest of the router's most recent descriptor or microdescriptor. * If it's a descriptor, we only use the first DIGEST_LEN bytes. */ char descriptor_digest[DIGEST256_LEN]; - uint32_t addr; /**< IPv4 address for this router. */ + uint32_t addr; /**< IPv4 address for this router, in host order. */ uint16_t or_port; /**< OR port for this router. */ uint16_t dir_port; /**< Directory port for this router. */ tor_addr_t ipv6_addr; /**< IPv6 address for this router. */ |