From 91f5fa20a79c53dcfd9e16aa399a66569a7bb7ca Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 24 Mar 2009 16:55:28 +0000 Subject: include overall completed count in stats --- ot_mutex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ot_mutex.h') 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 { TASK_STATS_BUSY_NETWORKS = 0x0009, TASK_STATS_RENEW = 0x000a, TASK_STATS_SYNCS = 0x000b, + TASK_STATS_COMPLETED = 0x000c, TASK_STATS = 0x0100, /* Mask */ TASK_STATS_TORRENTS = 0x0101, -- cgit v1.2.3