diff options
author | denis <> | 2007-03-15 23:14:14 +0000 |
---|---|---|
committer | denis <> | 2007-03-15 23:14:14 +0000 |
commit | 5bb381e20a94f2cf0885a5ed4c91b1b5d9c76574 (patch) | |
tree | 6e6998b0d48bdb0554864ec73ce0c13760d51e62 /trackerlogic.h | |
parent | 50fe661aa782481bf07ffff680ef6f585cc77fa1 (diff) |
new modes for udp4 and tcp4 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 360dacb..59d256e 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -91,7 +91,7 @@ extern int g_closedtracker; | |||
91 | extern int g_check_blacklist; | 91 | extern int g_check_blacklist; |
92 | #endif | 92 | #endif |
93 | 93 | ||
94 | enum { STATS_MRTG, STATS_TOP5, STATS_DMEM }; | 94 | enum { STATS_MRTG, STATS_TOP5, STATS_DMEM, STATS_TCP, STATS_UDP }; |
95 | 95 | ||
96 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); | 96 | ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); |
97 | size_t return_peers_for_torrent( ot_torrent *torrent, size_t amount, char *reply, int is_tcp ); | 97 | size_t return_peers_for_torrent( ot_torrent *torrent, size_t amount, char *reply, int is_tcp ); |