diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-10-30 04:17:13 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-27 22:18:08 -0500 |
commit | f88c3038697b00f50b2da12f46fc76ee0e20d646 (patch) | |
tree | db68c911949c43bfcf596ceb62e1c20d27965f0d /src/or/config.h | |
parent | 848333c6d6d65775cb787755577c4b24ae512389 (diff) | |
download | tor-f88c3038697b00f50b2da12f46fc76ee0e20d646.tar.gz tor-f88c3038697b00f50b2da12f46fc76ee0e20d646.zip |
Add a torrc option to specify the bind address of managed proxies.
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/config.h b/src/or/config.h index f3b28adb78..336685d075 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -82,6 +82,8 @@ const char *tor_get_digests(void); uint32_t get_effective_bwrate(const or_options_t *options); uint32_t get_effective_bwburst(const or_options_t *options); +char *get_transport_bindaddr_from_config(const char *transport); + #ifdef CONFIG_PRIVATE /* Used only by config.c and test.c */ or_options_t *options_new(void); |