diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-23 14:07:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-23 14:07:32 +0000 |
commit | 15b2b8bd69ff30a85c2364bcc528090b36aa9286 (patch) | |
tree | cde62b5daf0796a6356c9c5f209a9ed8fd845129 /src/or/or.h | |
parent | cc46b232485b192d988bc6ef9ffbfcb88e630491 (diff) | |
download | tor-15b2b8bd69ff30a85c2364bcc528090b36aa9286.tar tor-15b2b8bd69ff30a85c2364bcc528090b36aa9286.tar.gz |
r17309@aud-055: nickm | 2008-07-23 16:05:43 +0200
Patch from Christian Wilms: remove (HiddenService|Rend)(Exclude)?Nodes options. They never worked properly, and nobody seems to be using them. Resolves bug 754.
svn:r16144
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/or.h b/src/or/or.h index ffcb686cb..6274dd091 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2035,11 +2035,6 @@ typedef struct { /** Union of ExcludeNodes and ExcludeExitNodes */ struct routerset_t *_ExcludeExitNodesUnion; - char *RendNodes; /**< Comma-separated list of nicknames used as introduction - * points. */ - char *RendExcludeNodes; /**< Comma-separated list of nicknames not to use - * as introduction points. */ - /** List of "entry", "middle", "exit", "introduction", "rendezvous". */ smartlist_t *AllowInvalidNodes; int _AllowInvalid; /**< Bitmask; derived from AllowInvalidNodes. */ |