diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-01-14 21:34:00 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-01-14 21:34:00 +0000 |
commit | 1f40f9f21f0354c37a735df8bccb46f15ab0b5d3 (patch) | |
tree | 22833d9be5fb98fee25a9bed22f414fc78a055a1 /usr.bin/top/display.h | |
parent | f0178e58b56f0f2bcbbaa3ecd0715902fe2b8b8b (diff) |
When showing threads, say so. Fix up some comments and names at the same time.
original diff by zhuk@
ok jsing@ mpi@ zhuk@
Diffstat (limited to 'usr.bin/top/display.h')
-rw-r--r-- | usr.bin/top/display.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/display.h b/usr.bin/top/display.h index 5e23c3aa3b9..bd4711c5bd2 100644 --- a/usr.bin/top/display.h +++ b/usr.bin/top/display.h @@ -1,4 +1,4 @@ -/* $OpenBSD: display.h,v 1.11 2007/11/22 11:01:04 otto Exp $ */ +/* $OpenBSD: display.h,v 1.12 2013/01/14 21:33:59 guenther Exp $ */ /* * Top users/processes display for Unix @@ -38,7 +38,7 @@ int display_resize(void); void i_loadave(int, double *); void u_loadave(int, double *); void i_timeofday(time_t *); -void i_procstates(int, int *); +void i_procstates(int, int *, int); void u_procstates(int, int *); void i_cpustates(int64_t *); void u_cpustates(int64_t *); |