diff options
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index bc488c9..7e6e8ad 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -190,7 +190,9 @@ size_t remove_peer_from_torrent( PROTO_FLAG proto, struct ot_workstruct *ws ); | |||
190 | size_t return_tcp_scrape_for_torrent( ot_hash const *hash_list, int amount, char *reply ); | 190 | size_t return_tcp_scrape_for_torrent( ot_hash const *hash_list, int amount, char *reply ); |
191 | size_t return_udp_scrape_for_torrent( ot_hash const hash, char *reply ); | 191 | size_t return_udp_scrape_for_torrent( ot_hash const hash, char *reply ); |
192 | void add_torrent_from_saved_state( ot_hash const hash, ot_time base, size_t down_count ); | 192 | void add_torrent_from_saved_state( ot_hash const hash, ot_time base, size_t down_count ); |
193 | #ifdef _DEBUG_RANDOMTORRENTS | ||
193 | void trackerlogic_add_random_torrents(size_t amount); | 194 | void trackerlogic_add_random_torrents(size_t amount); |
195 | #endif | ||
194 | 196 | ||
195 | /* torrent iterator */ | 197 | /* torrent iterator */ |
196 | void iterate_all_torrents( int (*for_each)( ot_torrent* torrent, uintptr_t data ), uintptr_t data ); | 198 | void iterate_all_torrents( int (*for_each)( ot_torrent* torrent, uintptr_t data ), uintptr_t data ); |