diff options
| author | erdgeist <> | 2009-03-04 15:33:44 +0000 |
|---|---|---|
| committer | erdgeist <> | 2009-03-04 15:33:44 +0000 |
| commit | 255ac58971d6ceef844b53ec32149b537285596a (patch) | |
| tree | f77d78c852d5356d57b60e4f405a0a543550fea5 /ot_mutex.h | |
| parent | 9297967f8523f1ac22bbac1823529b970a07cf56 (diff) | |
Add a everything stats page. So you won't have to remember what all those switches were.
Remove the prepared Add/Remove-Torrent count until we implement it.
Remove the start/stop count until we implement it.
Diffstat (limited to 'ot_mutex.h')
| -rw-r--r-- | ot_mutex.h | 11 |
1 files changed, 5 insertions, 6 deletions
| @@ -27,18 +27,17 @@ typedef enum { | |||
| 27 | TASK_STATS_FULLSCRAPE = 0x0005, | 27 | TASK_STATS_FULLSCRAPE = 0x0005, |
| 28 | TASK_STATS_TPB = 0x0006, | 28 | TASK_STATS_TPB = 0x0006, |
| 29 | TASK_STATS_HTTPERRORS = 0x0007, | 29 | TASK_STATS_HTTPERRORS = 0x0007, |
| 30 | TASK_STATS_STARTSTOP = 0x0008, | 30 | TASK_STATS_VERSION = 0x0008, |
| 31 | TASK_STATS_TORADDREM = 0x0009, | 31 | TASK_STATS_BUSY_NETWORKS = 0x0009, |
| 32 | TASK_STATS_VERSION = 0x000a, | 32 | TASK_STATS_RENEW = 0x000a, |
| 33 | TASK_STATS_BUSY_NETWORKS = 0x000b, | 33 | TASK_STATS_SYNCS = 0x000b, |
| 34 | TASK_STATS_RENEW = 0x000c, | ||
| 35 | TASK_STATS_SYNCS = 0x000d, | ||
| 36 | 34 | ||
| 37 | TASK_STATS = 0x0100, /* Mask */ | 35 | TASK_STATS = 0x0100, /* Mask */ |
| 38 | TASK_STATS_TORRENTS = 0x0101, | 36 | TASK_STATS_TORRENTS = 0x0101, |
| 39 | TASK_STATS_PEERS = 0x0102, | 37 | TASK_STATS_PEERS = 0x0102, |
| 40 | TASK_STATS_SLASH24S = 0x0103, | 38 | TASK_STATS_SLASH24S = 0x0103, |
| 41 | TASK_STATS_TOP10 = 0x0104, | 39 | TASK_STATS_TOP10 = 0x0104, |
| 40 | TASK_STATS_EVERYTHING = 0x0105, | ||
| 42 | 41 | ||
| 43 | TASK_FULLSCRAPE = 0x0200, /* Default mode */ | 42 | TASK_FULLSCRAPE = 0x0200, /* Default mode */ |
| 44 | TASK_FULLSCRAPE_TPB_BINARY = 0x0201, | 43 | TASK_FULLSCRAPE_TPB_BINARY = 0x0201, |
