diff options
author | erdgeist <> | 2007-10-19 21:56:59 +0000 |
---|---|---|
committer | erdgeist <> | 2007-10-19 21:56:59 +0000 |
commit | 41019c79d802e9bc6c1d70e573b6f31f50765ad7 (patch) | |
tree | a3a2bf78c07705ea7e0f1fa5f9214b415a43c013 /trackerlogic.h | |
parent | d5876ebb6b7f238411fc6dcab8d9637650c8727f (diff) |
Introducing multiscrape
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index 81bd913..96b59f3 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -94,7 +94,7 @@ ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer, int from_changese | |||
94 | size_t remove_peer_from_torrent( ot_hash *hash, ot_peer *peer, char *reply, int is_tcp ); | 94 | size_t remove_peer_from_torrent( ot_hash *hash, ot_peer *peer, char *reply, int is_tcp ); |
95 | size_t return_peers_for_torrent( ot_torrent *torrent, size_t amount, char *reply, int is_tcp ); | 95 | size_t return_peers_for_torrent( ot_torrent *torrent, size_t amount, char *reply, int is_tcp ); |
96 | size_t return_fullscrape_for_tracker( char **reply ); | 96 | size_t return_fullscrape_for_tracker( char **reply ); |
97 | size_t return_tcp_scrape_for_torrent( ot_hash *hash, char *reply ); | 97 | size_t return_tcp_scrape_for_torrent( ot_hash *hash, int amount, char *reply ); |
98 | size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); | 98 | size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); |
99 | size_t return_stats_for_tracker( char *reply, int mode ); | 99 | size_t return_stats_for_tracker( char *reply, int mode ); |
100 | size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); | 100 | size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); |