aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2012-12-05 19:18:18 +0200
committerNick Mathewson <nickm@torproject.org>2013-07-18 14:59:56 -0400
commitd8f74cc439ad025cc52aea8495705096d6538029 (patch)
treebbd95cd281b56d257aaacad78fc46f82faee992d /src/or/buffers.c
parent2207525a69702a13ad0b3c0346b8c3fdb90824c0 (diff)
downloadtor-d8f74cc439ad025cc52aea8495705096d6538029.tar
tor-d8f74cc439ad025cc52aea8495705096d6538029.tar.gz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c
index ead6baa88..50016d3a8 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