From 27fbdef42523470f4b8e939720e4e5d451bcaeff Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Fri, 19 Feb 1999 19:00:51 +0000 Subject: [PATCH] Added `which' and `arg' arguments. --- sysdeps/osf1/proclist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysdeps/osf1/proclist.c b/sysdeps/osf1/proclist.c index 0134c29b..587e517e 100644 --- a/sysdeps/osf1/proclist.c +++ b/sysdeps/osf1/proclist.c @@ -64,7 +64,8 @@ glibtop_init_proclist_p (glibtop *server) /* !!! THIS FUNCTION RUNS SUID ROOT - CHANGE WITH CAUTION !!! */ unsigned * -glibtop_get_proclist_p (glibtop *server, glibtop_proclist *buf) +glibtop_get_proclist_p (glibtop *server, glibtop_proclist *buf, + int64_t which, int64_t arg) { unsigned count = 0, total = 0; unsigned pids [BLOCK_COUNT], *pids_chain = NULL;