aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-10-19 17:11:47 -0400
committerNick Mathewson <nickm@torproject.org>2016-10-19 17:11:47 -0400
commit12cf73c4516132a85f76d1c6e60c9492e8751987 (patch)
tree11254e166ba6134597416fa2a8d91c3178212853 /src/or/or.h
parentec4142abdf7fa4efaa281413e31acc93bf22ea4a (diff)
parent1c6f8841f47d5d55e73d18a9414fc68377a13c0e (diff)
downloadtor-12cf73c4516132a85f76d1c6e60c9492e8751987.tar.gz
tor-12cf73c4516132a85f76d1c6e60c9492e8751987.zip
Merge remote-tracking branch 'andrea/ticket19858_v2'
Conflict in entrynodes.c: any_bridge_supports_microdescriptors was removed in master, and modified in 19858_v2
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 66717792b4..d0570a9249 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2365,9 +2365,6 @@ typedef struct node_t {
/** Local info: we treat this node as if it rejects everything */
unsigned int rejects_all:1;
- /** Local info: this node is in our list of guards */
- unsigned int using_as_guard:1;
-
/* Local info: derived. */
/** True if the IPv6 OR port is preferred over the IPv4 OR port.