summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2012-05-09 19:29:46 +0200
committerLinus Nordberg <linus@torproject.org>2012-07-19 18:21:21 +0200
commitdda177b19e614c866d67a02aab1c0a83ca22760d (patch)
treea116807a6ffb812a550f4c2bb2cea3052dbf7efb /src/or/or.h
parent4cce8ab742999900a4c5f1f3f8faf13d217014e0 (diff)
downloadtor-dda177b19e614c866d67a02aab1c0a83ca22760d.tar.gz
tor-dda177b19e614c866d67a02aab1c0a83ca22760d.zip
Add "a" line to status document.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 0684b9d6fe..a8ef4d97c8 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1824,6 +1824,8 @@ typedef struct routerstatus_t {
uint32_t addr; /**< IPv4 address for this router. */
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. */
+ uint16_t ipv6_orport; /**<IPV6 OR port for this router. */
unsigned int is_authority:1; /**< True iff this router is an authority. */
unsigned int is_exit:1; /**< True iff this router is a good exit. */
unsigned int is_stable:1; /**< True iff this router stays up a long time. */