summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
authorerdgeist <>2007-11-06 03:21:03 +0000
committererdgeist <>2007-11-06 03:21:03 +0000
commit785a9f13bdda7dfd4c206914645d15df7cae2af6 (patch)
tree0430d12fa4b5a212913b17b502a2327c61b27a62 /trackerlogic.h
parent4a68f8692b3c1c142849529044fcdd7aef60d3f9 (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.h1
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 );
110size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); 110size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply );
111size_t return_stats_for_tracker( char *reply, int mode ); 111size_t return_stats_for_tracker( char *reply, int mode );
112size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); 112size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh );
113size_t return_stats_for_slash24s_old( char *reply, size_t amount, ot_dword thresh );
114size_t return_memstat_for_tracker( char **reply ); 113size_t return_memstat_for_tracker( char **reply );
115void clean_all_torrents( void ); 114void clean_all_torrents( void );
116 115