diff options
author | denis <> | 2008-12-03 20:36:16 +0000 |
---|---|---|
committer | denis <> | 2008-12-03 20:36:16 +0000 |
commit | bfbb5ecb447c46b2b10248ab47f980dd968cae68 (patch) | |
tree | 56f2db008cdc9b301f2cb24ff56fd0e24359dcca /ot_mutex.h | |
parent | 566e8267e15032dfd9f12320c83deee4d74d13cb (diff) |
stats fuer sync
Diffstat (limited to 'ot_mutex.h')
-rw-r--r-- | ot_mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ typedef enum { | |||
30 | TASK_STATS_VERSION = 0x000a, | 30 | TASK_STATS_VERSION = 0x000a, |
31 | TASK_STATS_BUSY_NETWORKS = 0x000b, | 31 | TASK_STATS_BUSY_NETWORKS = 0x000b, |
32 | TASK_STATS_RENEW = 0x000c, | 32 | TASK_STATS_RENEW = 0x000c, |
33 | TASK_STATS_SYNCS = 0x000d, | ||
33 | 34 | ||
34 | TASK_STATS = 0x0100, /* Mask */ | 35 | TASK_STATS = 0x0100, /* Mask */ |
35 | TASK_STATS_TORRENTS = 0x0101, | 36 | TASK_STATS_TORRENTS = 0x0101, |