From 4c4303a15614404535d3be065d213ac8a992b530 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 30 Aug 2009 17:57:54 +0000 Subject: Temporary feature: log amount of numwants. See if we can save traffic if we reduce max numwant to something less than 200 --- ot_mutex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ot_mutex.h') diff --git a/ot_mutex.h b/ot_mutex.h index 47d9abf..c88eed5 100644 --- a/ot_mutex.h +++ b/ot_mutex.h @@ -32,6 +32,7 @@ typedef enum { TASK_STATS_RENEW = 0x000a, TASK_STATS_SYNCS = 0x000b, TASK_STATS_COMPLETED = 0x000c, + TASK_STATS_NUMWANTS = 0x000d, TASK_STATS = 0x0100, /* Mask */ TASK_STATS_TORRENTS = 0x0101, -- cgit v1.2.3