From 907db008ab0007f0a02da62b68130344fc2e9353 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 15 Oct 2012 14:48:34 -0400 Subject: Move the circuit build timeout code into its own file. --- src/test/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test') diff --git a/src/test/test.c b/src/test/test.c index bbe63d9045..c84aafc75f 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -32,7 +32,7 @@ const char tor_git_revision[] = ""; #define CONFIG_PRIVATE #define GEOIP_PRIVATE #define ROUTER_PRIVATE -#define CIRCUIT_PRIVATE +#define CIRCUITSTATS_PRIVATE /* * Linux doesn't provide lround in math.h by default, but mac os does... @@ -44,7 +44,7 @@ double fabs(double x); #include "or.h" #include "buffers.h" -#include "circuitbuild.h" +#include "circuitstats.h" #include "config.h" #include "connection_edge.h" #include "geoip.h" -- cgit v1.2.3-54-g00ecf