--- projects/libstatgrab/src/statgrab/statgrab.c 2003/08/28 21:21:32 1.5 +++ projects/libstatgrab/src/statgrab/statgrab.c 2003/08/29 06:48:04 1.6 @@ -184,7 +184,7 @@ void get_stats(int use_diffs) { "cpu", "swap", NULL); add_stat(FLOAT, &cpu_p->nice, "cpu", "nice", NULL); - add_stat(TIME_T, &cpu_s->systime, + add_stat(TIME_T, &cpu_p->systime, "cpu", "time_taken", NULL); } } else {