From 255ac58971d6ceef844b53ec32149b537285596a Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 4 Mar 2009 15:33:44 +0000 Subject: Add a everything stats page. So you won't have to remember what all those switches were. Remove the prepared Add/Remove-Torrent count until we implement it. Remove the start/stop count until we implement it. --- ot_mutex.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'ot_mutex.h') diff --git a/ot_mutex.h b/ot_mutex.h index 85653ce..5bde9e4 100644 --- a/ot_mutex.h +++ b/ot_mutex.h @@ -27,18 +27,17 @@ typedef enum { TASK_STATS_FULLSCRAPE = 0x0005, TASK_STATS_TPB = 0x0006, TASK_STATS_HTTPERRORS = 0x0007, - TASK_STATS_STARTSTOP = 0x0008, - TASK_STATS_TORADDREM = 0x0009, - TASK_STATS_VERSION = 0x000a, - TASK_STATS_BUSY_NETWORKS = 0x000b, - TASK_STATS_RENEW = 0x000c, - TASK_STATS_SYNCS = 0x000d, + TASK_STATS_VERSION = 0x0008, + TASK_STATS_BUSY_NETWORKS = 0x0009, + TASK_STATS_RENEW = 0x000a, + TASK_STATS_SYNCS = 0x000b, TASK_STATS = 0x0100, /* Mask */ TASK_STATS_TORRENTS = 0x0101, TASK_STATS_PEERS = 0x0102, TASK_STATS_SLASH24S = 0x0103, TASK_STATS_TOP10 = 0x0104, + TASK_STATS_EVERYTHING = 0x0105, TASK_FULLSCRAPE = 0x0200, /* Default mode */ TASK_FULLSCRAPE_TPB_BINARY = 0x0201, -- cgit v1.2.3