summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
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 fc6c884..ccd3465 100644
--- a/trackerlogic.h
+++ b/trackerlogic.h
@@ -98,7 +98,7 @@ typedef struct {
98int init_logic( const char * const serverdir ); 98int init_logic( const char * const serverdir );
99void deinit_logic( void ); 99void deinit_logic( void );
100 100
101enum { STATS_MRTG, STATS_TOP5, STATS_DMEM, STATS_TCP, STATS_UDP, STATS_SLASH24S, STATS_SLASH24S_OLD, SYNC_IN, SYNC_OUT }; 101enum { 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
104ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer, int from_changeset ); 104ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer, int from_changeset );