diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-12-05 19:18:18 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-18 14:59:56 -0400 |
commit | d8f74cc439ad025cc52aea8495705096d6538029 (patch) | |
tree | bbd95cd281b56d257aaacad78fc46f82faee992d /src/or/transports.c | |
parent | 2207525a69702a13ad0b3c0346b8c3fdb90824c0 (diff) | |
download | tor-d8f74cc439ad025cc52aea8495705096d6538029.tar.gz tor-d8f74cc439ad025cc52aea8495705096d6538029.zip |
Move Extended ORPort code to its own module.
Move the code from the connection_or module to ext_orport.
This commit only moves code: it shouldn't modify anything.
Diffstat (limited to 'src/or/transports.c')
-rw-r--r-- | src/or/transports.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/transports.c b/src/or/transports.c index 8beb9a5c73..196e18bba5 100644 --- a/src/or/transports.c +++ b/src/or/transports.c @@ -97,6 +97,7 @@ #include "statefile.h" #include "entrynodes.h" #include "connection_or.h" +#include "ext_orport.h" static process_environment_t * create_managed_proxy_environment(const managed_proxy_t *mp); |