summaryrefslogtreecommitdiff
path: root/overlay/cpu-top.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-27 23:51:32 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-27 23:52:03 +0100
commita18023f67864841fbeee6c93e9c504768e652281 (patch)
treec7e2c58babb400f81cfb3f71123739421abdded3 /overlay/cpu-top.h
parent11567e318e6a05936bab135e6ed90726583ab031 (diff)
overlay: Add number of running processes to CPU display
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/cpu-top.h')
-rw-r--r--overlay/cpu-top.h1
1 files changed, 1 insertions, 0 deletions
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 {