diff options
author | erdgeist <> | 2007-09-26 16:49:13 +0000 |
---|---|---|
committer | erdgeist <> | 2007-09-26 16:49:13 +0000 |
commit | c350fa0b3c323979f73d079d389219e7f98edc1b (patch) | |
tree | 61bb2ce1140874c5d5db98c26a043d836ae5d5ea /trackerlogic.h | |
parent | c4f924810ee0aa390ccbcf306149512646875757 (diff) |
New stats for s24s code, this is debug, do not use in real world
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index cb67244..35dd9c8 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -84,7 +84,7 @@ typedef struct { | |||
84 | int init_logic( const char * const serverdir ); | 84 | int init_logic( const char * const serverdir ); |
85 | void deinit_logic( void ); | 85 | void deinit_logic( void ); |
86 | 86 | ||
87 | enum { STATS_MRTG, STATS_TOP5, STATS_DMEM, STATS_TCP, STATS_UDP, STATS_SLASH24S, SYNC_IN, SYNC_OUT }; | 87 | enum { STATS_MRTG, STATS_TOP5, STATS_DMEM, STATS_TCP, STATS_UDP, STATS_SLASH24S, STATS_SLASH24S_OLD, SYNC_IN, SYNC_OUT }; |
88 | 88 | ||
89 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer, int from_changeset ); | 89 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer, int from_changeset ); |
90 | size_t remove_peer_from_torrent( ot_hash *hash, ot_peer *peer, char *reply, int is_tcp ); | 90 | size_t remove_peer_from_torrent( ot_hash *hash, ot_peer *peer, char *reply, int is_tcp ); |
@@ -94,6 +94,7 @@ size_t return_tcp_scrape_for_torrent( ot_hash *hash, char *reply ); | |||
94 | size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); | 94 | size_t return_udp_scrape_for_torrent( ot_hash *hash, char *reply ); |
95 | size_t return_stats_for_tracker( char *reply, int mode ); | 95 | size_t return_stats_for_tracker( char *reply, int mode ); |
96 | size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); | 96 | size_t return_stats_for_slash24s( char *reply, size_t amount, ot_dword thresh ); |
97 | size_t return_stats_for_slash24s_old( char *reply, size_t amount, ot_dword thresh ); | ||
97 | size_t return_memstat_for_tracker( char **reply ); | 98 | size_t return_memstat_for_tracker( char **reply ); |
98 | size_t return_changeset_for_tracker( char **reply ); | 99 | size_t return_changeset_for_tracker( char **reply ); |
99 | int add_changeset_to_tracker( ot_byte *data, size_t len ); | 100 | int add_changeset_to_tracker( ot_byte *data, size_t len ); |