Reflect latest interface changes.

This commit is contained in:
Martin Baulig
2000-01-18 15:55:11 +00:00
parent b54197c2e1
commit 490a05d01c
12 changed files with 162 additions and 16 deletions

View File

@@ -37,6 +37,8 @@ int
glibtop_init_proc_kernel_p (glibtop *server)
{
server->sysdeps.proc_kernel = _glibtop_sysdeps_proc_kernel;
return 0;
}
/* Provides detailed information about a process. */
@@ -48,4 +50,6 @@ glibtop_get_proc_kernel_p (glibtop *server, glibtop_proc_kernel *buf,
glibtop_init_p (server, GLIBTOP_SYSDEPS_PROC_KERNEL, 0);
memset (buf, 0, sizeof (glibtop_proc_kernel));
return 0;
}