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/buffers.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/buffers.c')
-rw-r--r-- | src/or/buffers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index ead6baa882..50016d3a86 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -19,6 +19,7 @@ #include "connection_or.h" #include "control.h" #include "reasons.h" +#include "ext_orport.h" #include "../common/util.h" #include "../common/torlog.h" #ifdef HAVE_UNISTD_H |