summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
authorerdgeist <>2007-12-04 23:57:29 +0000
committererdgeist <>2007-12-04 23:57:29 +0000
commit31d876d53dfdafc4370b7c23febbb6978b271a77 (patch)
tree8ccc3959e75f5e61c5bf4acd6f96367c8793afca /ot_mutex.h
parenta146a328856a1f8b5099064f0262a34d5623021b (diff)
Count invalid requests
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 43c3054..7f10c20 100644
--- a/ot_mutex.h
+++ b/ot_mutex.h
@@ -22,6 +22,7 @@ typedef enum {
22 TASK_STATS_SCRAPE = 0x0005, 22 TASK_STATS_SCRAPE = 0x0005,
23 TASK_STATS_FULLSCRAPE = 0x0006, 23 TASK_STATS_FULLSCRAPE = 0x0006,
24 TASK_STATS_TPB = 0x0007, 24 TASK_STATS_TPB = 0x0007,
25 TASK_STATS_HTTPERRORS = 0x0008,
25 26
26 TASK_STATS_SLASH24S = 0x0100, 27 TASK_STATS_SLASH24S = 0x0100,
27 28