diff options
author | erdgeist <> | 2007-10-31 15:39:41 +0000 |
---|---|---|
committer | erdgeist <> | 2007-10-31 15:39:41 +0000 |
commit | dc8e88979777a662c76e010a3f90df1c382aae9a (patch) | |
tree | b3aaf437a942f8310deda475ea6f625eed7641e7 /trackerlogic.h | |
parent | 31eada6168f9c2433b0b7cd3ef21861f76d21784 (diff) |
Add more full scrape stats
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 fc6c884..ccd3465 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -98,7 +98,7 @@ typedef struct { | |||
98 | int init_logic( const char * const serverdir ); | 98 | int init_logic( const char * const serverdir ); |
99 | void deinit_logic( void ); | 99 | void deinit_logic( void ); |
100 | 100 | ||
101 | enum { STATS_MRTG, STATS_TOP5, STATS_DMEM, STATS_TCP, STATS_UDP, STATS_SLASH24S, STATS_SLASH24S_OLD, SYNC_IN, SYNC_OUT }; | 101 | enum { STATS_MRTG, STATS_TOP5, STATS_DMEM, STATS_TCP, STATS_UDP, STATS_SLASH24S, STATS_SLASH24S_OLD, SYNC_IN, SYNC_OUT, STATS_FULLSCRAPE }; |
102 | 102 | ||
103 | #ifdef WANT_TRACKER_SYNC | 103 | #ifdef WANT_TRACKER_SYNC |
104 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer, int from_changeset ); | 104 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer, int from_changeset ); |