diff options
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 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. */ |