Added which' and arg' arguments.

This commit is contained in:
Martin Baulig
1999-02-19 19:00:51 +00:00
parent b27412def1
commit 27fbdef425

View File

@@ -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;