Fixed typoo.

* glibtop_private.h: Fixed typoo.

        * procmap.c (glibtop_get_proc_map_s): Implemented start, end,
        offset and perm for mapped segments. File name and inode
        should be accessible from bunyip kstat data. The only
        obstacle is that the data format is undocumented and
        possibly not the same accross releases.
This commit is contained in:
Drazen Kacar
1999-05-03 03:40:24 +00:00
parent fd2ddf8b50
commit aa6f26f9fb
3 changed files with 79 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ int glibtop_get_proc_data_usage_s (glibtop *server, struct prusage *prusage, pid
int glibtop_get_proc_credentials_s(glibtop *, struct prcred *, pid_t);
/* Read /proc/<pid>/status */
glibtop_get_proc_status_s(glibtop *, struct pstatus *, pid_t);
int glibtop_get_proc_status_s(glibtop *, struct pstatus *, pid_t);
/* Reread kstat chains */
void glibtop_get_kstats(glibtop *);