summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_mutex.h')
-rw-r--r--ot_mutex.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/ot_mutex.h b/ot_mutex.h
index 85653ce..5bde9e4 100644
--- a/ot_mutex.h
+++ b/ot_mutex.h
@@ -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,