aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2016-09-25 02:11:44 +0000
committerAndrea Shepard <andrea@torproject.org>2016-09-25 02:11:44 +0000
commit006c26f54fc2a3c47350e9367ebb3eb340c866a1 (patch)
tree3816aad1a673a9d400a1bc604dd5d34842c85cb8 /src/or/or.h
parentc897328feea549a391669c3fc93dc220d27e387c (diff)
downloadtor-006c26f54fc2a3c47350e9367ebb3eb340c866a1.tar.gz
tor-006c26f54fc2a3c47350e9367ebb3eb340c866a1.zip
Abolish globals in entrynodes.c; relativize guard context to new guard_selection_t structure
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 5b9b007ac1..5bc90b3998 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2363,9 +2363,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.