From 8900cc0dd980cb08a0af957a1d0dd849bf3c2ac6 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 6 Nov 2007 11:58:32 +0000 Subject: No one can get access to buckets now without locking them. Also split up the trackerlogic.c-monster in functional sub-units. HEADS UP: this code is untested and not considered stable. --- opentracker.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opentracker.c') diff --git a/opentracker.c b/opentracker.c index 00fe65f..0345177 100644 --- a/opentracker.c +++ b/opentracker.c @@ -29,6 +29,8 @@ #include "trackerlogic.h" #include "scan_urlencoded_query.h" +#include "ot_stats.h" +#include "ot_sync.h" /* Globals */ static unsigned long long ot_overall_tcp_connections = 0; -- cgit v1.2.3