summaryrefslogtreecommitdiff
path: root/examples/second.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-08-09 17:08:59 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-09 17:08:59 +0000
commitfd95ab60a4983c0a315a275bbfee995bcb5f2c25 (patch)
treeff8e4d452c0f36369073cf981c5cc450c6f2d6c6 /examples/second.c
parentb4038c98281da24bfd643dd978bbfe02f2f29e96 (diff)
downloadlibgtop-fd95ab60a4983c0a315a275bbfee995bcb5f2c25.tar.gz
Changed format of this file to support multiple arguments to be passed to
1998-08-09 Martin Baulig <martin@home-of-linux.org> * features.def: Changed format of this file to support multiple arguments to be passed to a function. * include/glibtop/proclist.h: `glibtop_get_proclist' now takes two more arguments `method' and `param'.
Diffstat (limited to 'examples/second.c')
-rw-r--r--examples/second.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/second.c b/examples/second.c
index 7c792487..b63eb341 100644
--- a/examples/second.c
+++ b/examples/second.c
@@ -67,7 +67,7 @@ main (int argc, char *argv [])
printf ("\n");
- ptr = glibtop_get_proclist (&proclist);
+ ptr = glibtop_get_proclist (&proclist, 0, 0);
printf ("Proclist (0x%08lx): %lu, %lu, %lu\n",
(unsigned long) data.proclist.flags,