diff options
author | George Kadianakis <desnacked@gmail.com> | 2011-06-11 17:08:31 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@gmail.com> | 2011-06-11 17:08:31 +0200 |
commit | 20c31c80fb7265e8987747b3cdba04f16c352b15 (patch) | |
tree | d01abd66c913978abf086e6209a11ce96a717be9 /src/or/or.h | |
parent | ecc9a364c2ff8557f808dc1826e285239a5767a8 (diff) | |
download | tor-20c31c80fb7265e8987747b3cdba04f16c352b15.tar.gz tor-20c31c80fb7265e8987747b3cdba04f16c352b15.zip |
ClientTransportPlugin parsing done.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
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. */ |