diff options
author | erdgeist <> | 2009-08-26 21:23:26 +0000 |
---|---|---|
committer | erdgeist <> | 2009-08-26 21:23:26 +0000 |
commit | 6073127ad0712bf925fd80982b68b072541824db (patch) | |
tree | d778c5c95b4ad568342b8aecb4f29a0137967090 /ot_mutex.h | |
parent | 20955311d12966b49b3cdf62217d7508af9a4e9a (diff) |
Add some subnet debugging features
Diffstat (limited to 'ot_mutex.h')
-rw-r--r-- | ot_mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ typedef enum { | |||
39 | TASK_STATS_SLASH24S = 0x0103, | 39 | TASK_STATS_SLASH24S = 0x0103, |
40 | TASK_STATS_TOP10 = 0x0104, | 40 | TASK_STATS_TOP10 = 0x0104, |
41 | TASK_STATS_EVERYTHING = 0x0105, | 41 | TASK_STATS_EVERYTHING = 0x0105, |
42 | TASK_STATS_FULLLOG = 0x0106, | ||
42 | 43 | ||
43 | TASK_FULLSCRAPE = 0x0200, /* Default mode */ | 44 | TASK_FULLSCRAPE = 0x0200, /* Default mode */ |
44 | TASK_FULLSCRAPE_TPB_BINARY = 0x0201, | 45 | TASK_FULLSCRAPE_TPB_BINARY = 0x0201, |