summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
authorerdgeist <>2007-10-19 21:56:59 +0000
committererdgeist <>2007-10-19 21:56:59 +0000
commit41019c79d802e9bc6c1d70e573b6f31f50765ad7 (patch)
treea3a2bf78c07705ea7e0f1fa5f9214b415a43c013 /trackerlogic.h
parentd5876ebb6b7f238411fc6dcab8d9637650c8727f (diff)
Introducing multiscrape
Diffstat (limited to 'trackerlogic.h')
-rw-r--r--trackerlogic.h2
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
94size_t remove_peer_from_torrent( ot_hash *hash, ot_peer *peer, char *reply, int is_tcp ); 94size_t remove_peer_from_torrent( ot_hash *hash, ot_peer *peer, char *reply, int is_tcp );
95size_t return_peers_for_torrent( ot_torrent *torrent, size_t amount, char *reply, int is_tcp ); 95size_t return_peers_for_torrent( ot_torrent *torrent, size_t amount, char *reply, int is_tcp );
96size_t return_fullscrape_for_tracker( char **reply ); 96size_t return_fullscrape_for_tracker( char **reply );
97size_t return_tcp_scrape_for_torrent( ot_hash *hash, char *reply ); 97size_t return_tcp_scrape_for_torrent( ot_hash *hash, int amount, char *reply );
98size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); 98size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply );
99size_t return_stats_for_tracker( char *reply, int mode ); 99size_t return_stats_for_tracker( char *reply, int mode );
100size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); 100size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh );