summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
authorerdgeist <>2009-03-12 18:47:02 +0000
committererdgeist <>2009-03-12 18:47:02 +0000
commiteec51a872c9b08bef1fcd006a8402dfcbf50889e (patch)
tree7971a119ed4a295c99006a2b4196024b308edff4 /ot_mutex.h
parent255ac58971d6ceef844b53ec32149b537285596a (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_mutex.h b/ot_mutex.h
index 5bde9e4..6240bbb 100644
--- a/ot_mutex.h
+++ b/ot_mutex.h
@@ -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