summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
authordenis <>2007-03-15 23:14:14 +0000
committerdenis <>2007-03-15 23:14:14 +0000
commit5bb381e20a94f2cf0885a5ed4c91b1b5d9c76574 (patch)
tree6e6998b0d48bdb0554864ec73ce0c13760d51e62 /trackerlogic.h
parent50fe661aa782481bf07ffff680ef6f585cc77fa1 (diff)
new modes for udp4 and tcp4 stats
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 360dacb..59d256e 100644
--- a/trackerlogic.h
+++ b/trackerlogic.h
@@ -91,7 +91,7 @@ extern int g_closedtracker;
91extern int g_check_blacklist; 91extern int g_check_blacklist;
92#endif 92#endif
93 93
94enum { STATS_MRTG, STATS_TOP5, STATS_DMEM }; 94enum { STATS_MRTG, STATS_TOP5, STATS_DMEM, STATS_TCP, STATS_UDP };
95 95
96ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ); 96ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer );
97size_t return_peers_for_torrent( ot_torrent *torrent, size_t amount, char *reply, int is_tcp ); 97size_t return_peers_for_torrent( ot_torrent *torrent, size_t amount, char *reply, int is_tcp );