summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
authorerdgeist <>2008-11-03 01:26:38 +0000
committererdgeist <>2008-11-03 01:26:38 +0000
commitbb1c5d28056647f12883b83d6a1cea2ad3e6bbab (patch)
tree95c8b3989e97827b04297f0b64b5aabe021304ec /ot_mutex.h
parentdaaee855b251b1c5368b6a577a5fcba4bf7828c6 (diff)
Add stats about when peers renew their announces.
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 c05bdfe..e16a097 100644
--- a/ot_mutex.h
+++ b/ot_mutex.h
@@ -28,6 +28,7 @@ typedef enum {
28 TASK_STATS_VERSION = 0x000a, 28 TASK_STATS_VERSION = 0x000a,
29 TASK_STATS_BUSY_NETWORKS = 0x000b, 29 TASK_STATS_BUSY_NETWORKS = 0x000b,
30 TASK_STATS_VECTOR_DEBUG = 0x000c, 30 TASK_STATS_VECTOR_DEBUG = 0x000c,
31 TASK_STATS_RENEW = 0x000d,
31 32
32 TASK_STATS = 0x0100, /* Mask */ 33 TASK_STATS = 0x0100, /* Mask */
33 TASK_STATS_TORRENTS = 0x0101, 34 TASK_STATS_TORRENTS = 0x0101,