summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
authorerdgeist <>2007-11-06 11:58:32 +0000
committererdgeist <>2007-11-06 11:58:32 +0000
commit8900cc0dd980cb08a0af957a1d0dd849bf3c2ac6 (patch)
tree70aeed1dbaceea343e6ebd000d46df025bae21fc /opentracker.c
parent5749f1d8fe80cbb84d66a265bcf9bafe159985ab (diff)
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.
Diffstat (limited to 'opentracker.c')
-rw-r--r--opentracker.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c
index 00fe65f..0345177 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -29,6 +29,8 @@
29 29
30#include "trackerlogic.h" 30#include "trackerlogic.h"
31#include "scan_urlencoded_query.h" 31#include "scan_urlencoded_query.h"
32#include "ot_stats.h"
33#include "ot_sync.h"
32 34
33/* Globals */ 35/* Globals */
34static unsigned long long ot_overall_tcp_connections = 0; 36static unsigned long long ot_overall_tcp_connections = 0;