diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2017-04-28 15:42:17 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2017-04-28 15:42:17 +0200 |
commit | d1e6e4486c14e56da665c5690844ef5f2e893f0a (patch) | |
tree | f3e38a7a6b13ffe8d63a6079d7dfc7e3b7512d6b /ot_mutex.h | |
parent | d4598cc93017e4d7e71a6f854d389dcf6749e8df (diff) |
incorporate a more verbose ascii dump, provided by Tom <tom@foscore.com>
Diffstat (limited to 'ot_mutex.h')
-rw-r--r-- | ot_mutex.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -47,8 +47,9 @@ typedef enum { | |||
47 | TASK_FULLSCRAPE = 0x0200, /* Default mode */ | 47 | TASK_FULLSCRAPE = 0x0200, /* Default mode */ |
48 | TASK_FULLSCRAPE_TPB_BINARY = 0x0201, | 48 | TASK_FULLSCRAPE_TPB_BINARY = 0x0201, |
49 | TASK_FULLSCRAPE_TPB_ASCII = 0x0202, | 49 | TASK_FULLSCRAPE_TPB_ASCII = 0x0202, |
50 | TASK_FULLSCRAPE_TPB_URLENCODED = 0x0203, | 50 | TASK_FULLSCRAPE_TPB_ASCII_PLUS = 0x0203, |
51 | TASK_FULLSCRAPE_TRACKERSTATE = 0x0204, | 51 | TASK_FULLSCRAPE_TPB_URLENCODED = 0x0204, |
52 | TASK_FULLSCRAPE_TRACKERSTATE = 0x0205, | ||
52 | 53 | ||
53 | TASK_DMEM = 0x0300, | 54 | TASK_DMEM = 0x0300, |
54 | 55 | ||