From ade82689709441f64ec871709d7ce95b14cd729c Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 16 Jan 2007 02:59:39 +0000 Subject: Rudimentary stats --- trackerlogic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'trackerlogic.h') diff --git a/trackerlogic.h b/trackerlogic.h index 178f8db..64953c6 100644 --- a/trackerlogic.h +++ b/trackerlogic.h @@ -82,6 +82,7 @@ extern int g_check_blacklist; ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply ); size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); +size_t return_stats_for_tracker( char *reply ); void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); void cleanup_torrents( void ); -- cgit v1.2.3