summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-08-07 18:05:40 +0200
committerGeorge Kadianakis <desnacked@gmail.com>2011-08-07 18:05:40 +0200
commit941709ee50654b9ef59836fadbd8c4e7029c9fc1 (patch)
treea26ba33202de41b41c5bcf2e96d070e72484c6af /src/or/or.h
parentcfb473ed348063e1f1abd709ac313f14d33cadf5 (diff)
downloadtor-941709ee50654b9ef59836fadbd8c4e7029c9fc1.tar.gz
tor-941709ee50654b9ef59836fadbd8c4e7029c9fc1.zip
Server transport proxies should bind on the same port each time, if possible.
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 8bcfc82ce4..d07422f278 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3139,6 +3139,8 @@ typedef struct {
/** A list of Entry Guard-related configuration lines. */
config_line_t *EntryGuards;
+ config_line_t *TransportProxies;
+
/** These fields hold information on the history of bandwidth usage for
* servers. The "Ends" fields hold the time when we last updated the
* bandwidth usage. The "Interval" fields hold the granularity, in seconds,