From a18023f67864841fbeee6c93e9c504768e652281 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 27 Aug 2013 23:51:32 +0100 Subject: overlay: Add number of running processes to CPU display Signed-off-by: Chris Wilson --- overlay/cpu-top.h | 1 + 1 file changed, 1 insertion(+) (limited to 'overlay/cpu-top.h') diff --git a/overlay/cpu-top.h b/overlay/cpu-top.h index c91814fd..a061a488 100644 --- a/overlay/cpu-top.h +++ b/overlay/cpu-top.h @@ -30,6 +30,7 @@ struct cpu_top { uint8_t busy; int nr_cpu; + int nr_running; int count; struct cpu_stat { -- cgit v1.2.3