From 15b2b8bd69ff30a85c2364bcc528090b36aa9286 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 23 Jul 2008 14:07:32 +0000 Subject: 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 --- src/or/or.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index ffcb686cbe..6274dd0911 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. */ -- cgit v1.2.3-54-g00ecf