diff options
author | erdgeist <> | 2007-01-20 11:13:30 +0000 |
---|---|---|
committer | erdgeist <> | 2007-01-20 11:13:30 +0000 |
commit | 5f7c044b54d7711dd898fce9c959b27b35898437 (patch) | |
tree | 1f4b273b54d915cb991a5aea8001c9a9361827b1 /trackerlogic.h | |
parent | 67689057d40de8ba21031a05b585cc7bf5366605 (diff) |
Full scrape, kinda tested
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 413c10b..b047d7d 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -83,6 +83,7 @@ enum { STATS_MRTG, STATS_TOP5 }; | |||
83 | 83 | ||
84 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); | 84 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); |
85 | size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply ); | 85 | size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char *reply ); |
86 | size_t return_fullscrape_for_tracker( char **reply ); | ||
86 | size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); | 87 | size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); |
87 | size_t return_stats_for_tracker( char *reply, int mode ); | 88 | size_t return_stats_for_tracker( char *reply, int mode ); |
88 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); | 89 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); |