diff options
author | erdgeist <> | 2007-01-16 02:59:39 +0000 |
---|---|---|
committer | erdgeist <> | 2007-01-16 02:59:39 +0000 |
commit | ade82689709441f64ec871709d7ce95b14cd729c (patch) | |
tree | fc30416e009b355556bdc9982707f45f5c97734a /trackerlogic.h | |
parent | ec531730ababd42f01a5b30da0cabf5e5a9577f9 (diff) |
Rudimentary stats
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; | |||
82 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); | 82 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); |
83 | size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply ); | 83 | size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply ); |
84 | size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); | 84 | size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); |
85 | size_t return_stats_for_tracker( char *reply ); | ||
85 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); | 86 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); |
86 | void cleanup_torrents( void ); | 87 | void cleanup_torrents( void ); |
87 | 88 | ||