diff options
author | erdgeist <> | 2007-11-06 03:21:03 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-06 03:21:03 +0000 |
commit | 785a9f13bdda7dfd4c206914645d15df7cae2af6 (patch) | |
tree | 0430d12fa4b5a212913b17b502a2327c61b27a62 /trackerlogic.h | |
parent | 4a68f8692b3c1c142849529044fcdd7aef60d3f9 (diff) |
Make to_hex thread safe. Get rid off old /24 counting code. Protect more bucket accesses by locks.
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index 86737ab..5b03012 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -110,7 +110,6 @@ size_t return_tcp_scrape_for_torrent( ot_hash *hash, int amount, char *reply ); | |||
110 | size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); | 110 | size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); |
111 | size_t return_stats_for_tracker( char *reply, int mode ); | 111 | size_t return_stats_for_tracker( char *reply, int mode ); |
112 | size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); | 112 | size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); |
113 | size_t return_stats_for_slash24s_old( char *reply, size_t amount, ot_dword thresh ); | ||
114 | size_t return_memstat_for_tracker( char **reply ); | 113 | size_t return_memstat_for_tracker( char **reply ); |
115 | void clean_all_torrents( void ); | 114 | void clean_all_torrents( void ); |
116 | 115 | ||