diff options
author | erdgeist <> | 2009-03-12 18:47:02 +0000 |
---|---|---|
committer | erdgeist <> | 2009-03-12 18:47:02 +0000 |
commit | eec51a872c9b08bef1fcd006a8402dfcbf50889e (patch) | |
tree | 7971a119ed4a295c99006a2b4196024b308edff4 /ot_mutex.h | |
parent | 255ac58971d6ceef844b53ec32149b537285596a (diff) |
Re-implement logging busy networks to handle v6 API.
Implement a state dump for later reparsing.
Diffstat (limited to 'ot_mutex.h')
-rw-r--r-- | ot_mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ typedef enum { | |||
43 | TASK_FULLSCRAPE_TPB_BINARY = 0x0201, | 43 | TASK_FULLSCRAPE_TPB_BINARY = 0x0201, |
44 | TASK_FULLSCRAPE_TPB_ASCII = 0x0202, | 44 | TASK_FULLSCRAPE_TPB_ASCII = 0x0202, |
45 | TASK_FULLSCRAPE_TPB_URLENCODED = 0x0203, | 45 | TASK_FULLSCRAPE_TPB_URLENCODED = 0x0203, |
46 | TASK_FULLSCRAPE_TRACKERSTATE = 0x0204, | ||
46 | 47 | ||
47 | TASK_DMEM = 0x0300, | 48 | TASK_DMEM = 0x0300, |
48 | 49 | ||