Reflect latest interface changes.

This commit is contained in:
Martin Baulig
1999-11-21 19:03:12 +00:00
parent f8e6fb5674
commit 6380440c00
52 changed files with 373 additions and 4 deletions

View File

@@ -32,6 +32,8 @@ int
glibtop_init_proc_segment_s (glibtop *server)
{
server->sysdeps.proc_segment = _glibtop_sysdeps_proc_segment;
return 0;
}
/* Provides detailed information about a process. */
@@ -41,4 +43,6 @@ glibtop_get_proc_segment_s (glibtop *server, glibtop_proc_segment *buf,
pid_t pid)
{
memset (buf, 0, sizeof (glibtop_proc_segment));
return 0;
}