summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
authorerdgeist <>2012-05-18 05:16:57 +0000
committererdgeist <>2012-05-18 05:16:57 +0000
commit05e0de1a5fa0efd99ada80ce8431dc69a39df0da (patch)
tree496f35f718f65a8fcfb7ff9225d682014109229c /ot_mutex.h
parent914e0ac3020b7c842f2a1fd975217f70fa705449 (diff)
Add a top100 for most popular torrents
Diffstat (limited to 'ot_mutex.h')
-rw-r--r--ot_mutex.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ot_mutex.h b/ot_mutex.h
index 4df5244..b0f0f0b 100644
--- a/ot_mutex.h
+++ b/ot_mutex.h
@@ -39,9 +39,10 @@ typedef enum {
39 TASK_STATS_PEERS = 0x0102, 39 TASK_STATS_PEERS = 0x0102,
40 TASK_STATS_SLASH24S = 0x0103, 40 TASK_STATS_SLASH24S = 0x0103,
41 TASK_STATS_TOP10 = 0x0104, 41 TASK_STATS_TOP10 = 0x0104,
42 TASK_STATS_EVERYTHING = 0x0105, 42 TASK_STATS_TOP100 = 0x0105,
43 TASK_STATS_FULLLOG = 0x0106, 43 TASK_STATS_EVERYTHING = 0x0106,
44 TASK_STATS_WOODPECKERS = 0x0107, 44 TASK_STATS_FULLLOG = 0x0107,
45 TASK_STATS_WOODPECKERS = 0x0108,
45 46
46 TASK_FULLSCRAPE = 0x0200, /* Default mode */ 47 TASK_FULLSCRAPE = 0x0200, /* Default mode */
47 TASK_FULLSCRAPE_TPB_BINARY = 0x0201, 48 TASK_FULLSCRAPE_TPB_BINARY = 0x0201,