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()