summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
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,