aboutsummaryrefslogtreecommitdiff
path: root/src/or/channel.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-22 11:35:32 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-22 11:35:32 -0400
commit86258df65d35b82ad4ee7480eec5d5434a28c9a8 (patch)
tree46d2da9dc1ac1daa67363ad16391e303e0326fb7 /src/or/channel.c
parent20912fbe26b310a71370dde700e65466f744034f (diff)
parent907db008ab0007f0a02da62b68130344fc2e9353 (diff)
downloadtor-86258df65d35b82ad4ee7480eec5d5434a28c9a8.tar
tor-86258df65d35b82ad4ee7480eec5d5434a28c9a8.tar.gz
Merge branch 'split_circuitbuild'
Conflicts: src/or/circuitbuild.c There was a huge-looking conflict in circuitbuild.c, but the only change that had been made to circuitbuild.c since I forked off the split_circuitbuild branch was 17442560c44e8093f9a. So I took the split_circuitbuild version of the conflicting part, and manually re-applied the change from 17442560c44e8093f9a..
Diffstat (limited to 'src/or/channel.c')
-rw-r--r--src/or/channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/channel.c b/src/or/channel.c
index 89ec4de0b..5552d39f5 100644
--- a/src/or/channel.c
+++ b/src/or/channel.c
@@ -18,8 +18,10 @@
#include "channeltls.h"
#include "circuitbuild.h"
#include "circuitlist.h"
+#include "circuitstats.h"
#include "connection_or.h" /* For var_cell_free() */
#include "circuitmux.h"
+#include "entrynodes.h"
#include "geoip.h"
#include "nodelist.h"
#include "relay.h"