diff options
author | Roger Dingledine <arma@torproject.org> | 2009-10-17 18:54:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-26 23:53:49 -0400 |
commit | ad3da535366aeb9b7441f4881899758bc7475168 (patch) | |
tree | 90de3a8a4f1a5d8bd204b9afdf717b979e30792e /src/or/routerlist.h | |
parent | 82178a81f6748c9b26bdc8a5da36dd34b689281b (diff) | |
download | tor-ad3da535366aeb9b7441f4881899758bc7475168.tar.gz tor-ad3da535366aeb9b7441f4881899758bc7475168.zip |
If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes.
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r-- | src/or/routerlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h index ca428114ed..cd0eb956b5 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -173,6 +173,7 @@ int routerset_contains_routerstatus(const routerset_t *set, int routerset_contains_extendinfo(const routerset_t *set, const extend_info_t *ei); void routerset_get_all_routers(smartlist_t *out, const routerset_t *routerset, + const routerset_t *excludeset, int running_only); void routersets_get_disjunction(smartlist_t *target, const smartlist_t *source, const routerset_t *include, |