summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
authorerdgeist <>2007-01-16 02:59:39 +0000
committererdgeist <>2007-01-16 02:59:39 +0000
commitade82689709441f64ec871709d7ce95b14cd729c (patch)
treefc30416e009b355556bdc9982707f45f5c97734a /trackerlogic.h
parentec531730ababd42f01a5b30da0cabf5e5a9577f9 (diff)
Rudimentary stats
Diffstat (limited to 'trackerlogic.h')
-rw-r--r--trackerlogic.h1
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;
82ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); 82ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer );
83size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply ); 83size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply );
84size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); 84size_t return_scrape_for_torrent( ot_hash *hash, char *reply );
85size_t return_stats_for_tracker( char *reply );
85void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); 86void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer );
86void cleanup_torrents( void ); 87void cleanup_torrents( void );
87 88