diff options
author | erdgeist <> | 2007-11-06 11:58:32 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-06 11:58:32 +0000 |
commit | 8900cc0dd980cb08a0af957a1d0dd849bf3c2ac6 (patch) | |
tree | 70aeed1dbaceea343e6ebd000d46df025bae21fc /opentracker.c | |
parent | 5749f1d8fe80cbb84d66a265bcf9bafe159985ab (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.c | 2 |
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 */ |
34 | static unsigned long long ot_overall_tcp_connections = 0; | 36 | static unsigned long long ot_overall_tcp_connections = 0; |