diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-14 22:19:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-14 22:19:22 -0400 |
commit | e2b71d884139af902fc9b9222f5b55fe5a7a91ec (patch) | |
tree | f56bfffb62b21fa9dae69d1ebd4dd8bb509c4f8c /src/or/or.h | |
parent | a445daf0cf7e7828aefacae1a11df5e76efacafa (diff) | |
parent | d9e05505606046afa8b346acac5f1e379e6f6e6d (diff) | |
download | tor-e2b71d884139af902fc9b9222f5b55fe5a7a91ec.tar.gz tor-e2b71d884139af902fc9b9222f5b55fe5a7a91ec.zip |
Merge branch 'bug911'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 48641c8115..3c109738d7 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1456,6 +1456,9 @@ typedef struct { * directory according to the authorities. */ unsigned int policy_is_reject_star:1; /**< True iff the exit policy for this * router rejects everything. */ + /** True if, after we have added this router, we should re-launch + * tests for it. */ + unsigned int needs_retest_if_added:1; /** Tor can use this router for general positions in circuits. */ #define ROUTER_PURPOSE_GENERAL 0 |