summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
authorerdgeist <>2009-03-24 16:55:28 +0000
committererdgeist <>2009-03-24 16:55:28 +0000
commit91f5fa20a79c53dcfd9e16aa399a66569a7bb7ca (patch)
tree1397f5a77abe594bf57a49543f2b5652aa8351ab /ot_mutex.h
parenta7cb039b6794f06557e1fa749c8fe620b765d280 (diff)
include overall completed count in stats
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 6240bbb..183fe2b 100644
--- a/ot_mutex.h
+++ b/ot_mutex.h
@@ -31,6 +31,7 @@ typedef enum {
31 TASK_STATS_BUSY_NETWORKS = 0x0009, 31 TASK_STATS_BUSY_NETWORKS = 0x0009,
32 TASK_STATS_RENEW = 0x000a, 32 TASK_STATS_RENEW = 0x000a,
33 TASK_STATS_SYNCS = 0x000b, 33 TASK_STATS_SYNCS = 0x000b,
34 TASK_STATS_COMPLETED = 0x000c,
34 35
35 TASK_STATS = 0x0100, /* Mask */ 36 TASK_STATS = 0x0100, /* Mask */
36 TASK_STATS_TORRENTS = 0x0101, 37 TASK_STATS_TORRENTS = 0x0101,