From 1612e31060d3b87c6b57a8c1b435868e1db0b638 Mon Sep 17 00:00:00 2001 From: 10195501441 <10195501441@stu.ecnu.edu.com> Date: Thu, 18 Mar 2021 17:27:40 +0800 Subject: [PATCH] test mytop --- yeeshell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yeeshell.c b/yeeshell.c index d5896ab..9d46d4e 100644 --- a/yeeshell.c +++ b/yeeshell.c @@ -35,7 +35,7 @@ char *history[CMDLINE_HISTORY_MAX_QUANTITY]; int cmdline_amount = 0; struct proc *proc = NULL, *prev_proc = NULL; - +int nr_total = 0; unsigned int nr_procs, nr_tasks; int main()