summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
authorerdgeist <>2008-01-17 10:46:25 +0000
committererdgeist <>2008-01-17 10:46:25 +0000
commit408c5f98ed073e43560be5319080a34104441e6a (patch)
treeac48629c99a79a360b4deb6309b83cbc4e953223 /ot_mutex.h
parent7050e027d3b7d353dce6a8e100e54d71a46a8063 (diff)
Introducing live busy network detection.
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 dcb50eb..17cb5b4 100644
--- a/ot_mutex.h
+++ b/ot_mutex.h
@@ -29,6 +29,7 @@ typedef enum {
29 TASK_STATS_STARTSTOP = 0x000a, 29 TASK_STATS_STARTSTOP = 0x000a,
30 TASK_STATS_TORADDREM = 0x000b, 30 TASK_STATS_TORADDREM = 0x000b,
31 TASK_STATS_VERSION = 0x000c, 31 TASK_STATS_VERSION = 0x000c,
32 TASK_STATS_BUSY_NETWORKS = 0x000d,
32 33
33 TASK_STATS_SLASH24S = 0x0100, 34 TASK_STATS_SLASH24S = 0x0100,
34 35