diff options
| author | Brian Feldman <green@FreeBSD.org> | 2000-01-28 20:40:29 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2000-01-28 20:40:29 +0000 |
| commit | 8950d2445635ef8789ae96d30feb4b868dc8d1ce (patch) | |
| tree | f85f144074065b4ddb76b34c202ece05b6d9127d /sys/sys/resourcevar.h | |
| parent | a6324d7034f8c6a7e67d322e09211a1ee7d77799 (diff) | |
Notes
Diffstat (limited to 'sys/sys/resourcevar.h')
| -rw-r--r-- | sys/sys/resourcevar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index 92ed5bf687bd..75a8f53994be 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -47,9 +47,6 @@ struct pstats { #define pstat_startzero p_ru struct rusage p_ru; /* stats for this proc */ struct rusage p_cru; /* sum of stats for reaped children */ - u_int64_t p_uu; /* previous user time (us) */ - u_int64_t p_su; /* previous system time (us) */ - u_int64_t p_iu; /* previous interrupt time (us) */ #define pstat_endzero pstat_startcopy #define pstat_startcopy p_timer |
