From 831538b0f90a2ae6448522dc6c0bbcb73ba12f97 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 23 Nov 2010 13:28:47 +0000 Subject: Split process and thread counts in tasks meter --- ProcessList.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index 2442f351..fdbf4202 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -94,6 +94,8 @@ typedef struct ProcessList_ { int cpuCount; int totalTasks; + int userlandThreads; + int kernelThreads; int runningTasks; CPUData* cpus; -- cgit v1.2.3