summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-06-11 17:08:31 +0200
committerGeorge Kadianakis <desnacked@gmail.com>2011-06-11 17:08:31 +0200
commit20c31c80fb7265e8987747b3cdba04f16c352b15 (patch)
treed01abd66c913978abf086e6209a11ce96a717be9 /src/or/or.h
parentecc9a364c2ff8557f808dc1826e285239a5767a8 (diff)
downloadtor-20c31c80fb7265e8987747b3cdba04f16c352b15.tar.gz
tor-20c31c80fb7265e8987747b3cdba04f16c352b15.zip
ClientTransportPlugin parsing done.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index b4000add81..062352aee3 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2660,6 +2660,8 @@ typedef struct {
config_line_t *Bridges; /**< List of bootstrap bridge addresses. */
+ config_line_t *ClientTransportPlugin; /**< List of client transport plugins. */
+
int BridgeRelay; /**< Boolean: are we acting as a bridge relay? We make
* this explicit so we can change how we behave in the
* future. */