summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
authorerdgeist <>2007-01-20 11:13:30 +0000
committererdgeist <>2007-01-20 11:13:30 +0000
commit5f7c044b54d7711dd898fce9c959b27b35898437 (patch)
tree1f4b273b54d915cb991a5aea8001c9a9361827b1 /trackerlogic.h
parent67689057d40de8ba21031a05b585cc7bf5366605 (diff)
Full scrape, kinda tested
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 413c10b..b047d7d 100644
--- a/trackerlogic.h
+++ b/trackerlogic.h
@@ -83,6 +83,7 @@ enum { STATS_MRTG, STATS_TOP5 };
83 83
84ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); 84ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer );
85size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply ); 85size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply );
86size_t return_fullscrape_for_tracker( char **reply );
86size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); 87size_t return_scrape_for_torrent( ot_hash *hash, char *reply );
87size_t return_stats_for_tracker( char *reply, int mode ); 88size_t return_stats_for_tracker( char *reply, int mode );
88void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); 89void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer );