diff options
author | erdgeist <> | 2012-05-18 05:16:57 +0000 |
---|---|---|
committer | erdgeist <> | 2012-05-18 05:16:57 +0000 |
commit | 05e0de1a5fa0efd99ada80ce8431dc69a39df0da (patch) | |
tree | 496f35f718f65a8fcfb7ff9225d682014109229c /ot_mutex.h | |
parent | 914e0ac3020b7c842f2a1fd975217f70fa705449 (diff) |
Add a top100 for most popular torrents
Diffstat (limited to 'ot_mutex.h')
-rw-r--r-- | ot_mutex.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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, |