diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-15 14:48:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-15 14:50:55 -0400 |
commit | 907db008ab0007f0a02da62b68130344fc2e9353 (patch) | |
tree | 3b6c5afb45b34a855894d50dde2f43737435a95f /src/or/channel.c | |
parent | 9e9edf71f7d3093b4ac1fe61ccc6dad2976e0a1e (diff) | |
download | tor-907db008ab0007f0a02da62b68130344fc2e9353.tar.gz tor-907db008ab0007f0a02da62b68130344fc2e9353.zip |
Move the circuit build timeout code into its own file.
Diffstat (limited to 'src/or/channel.c')
-rw-r--r-- | src/or/channel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/channel.c b/src/or/channel.c index d0e36cd282..05ff9e2462 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" |