From 25c6ff6f559a177786591fff09750eef40e0600b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 22 Jan 2009 16:28:12 +0000 Subject: Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candidate. svn:r18234 --- src/or/circuituse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/circuituse.c') diff --git a/src/or/circuituse.c b/src/or/circuituse.c index ac1a64ebfa..06a083ef0f 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -530,7 +530,7 @@ circuit_predict_and_launch_new(void) void circuit_build_needed_circs(time_t now) { - static long time_to_new_circuit = 0; + static time_t time_to_new_circuit = 0; or_options_t *options = get_options(); /* launch a new circ for any pending streams that need one */ -- cgit v1.2.3-54-g00ecf