diff options
Diffstat (limited to 'ot_mutex.h')
-rw-r--r-- | ot_mutex.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ typedef enum { | |||
24 | TASK_STATS_TPB = 0x0007, | 24 | TASK_STATS_TPB = 0x0007, |
25 | TASK_STATS_HTTPERRORS = 0x0008, | 25 | TASK_STATS_HTTPERRORS = 0x0008, |
26 | TASK_STATS_TORRENTS = 0x0009, | 26 | TASK_STATS_TORRENTS = 0x0009, |
27 | TASK_STATS_STARTSTOP = 0x000a, | ||
28 | TASK_STATS_TORADDREM = 0x000b, | ||
27 | 29 | ||
28 | TASK_STATS_SLASH24S = 0x0100, | 30 | TASK_STATS_SLASH24S = 0x0100, |
29 | 31 | ||