diff --git a/sysdeps/solaris/ChangeLog b/sysdeps/solaris/ChangeLog index a7aca39d..fe55ee68 100644 --- a/sysdeps/solaris/ChangeLog +++ b/sysdeps/solaris/ChangeLog @@ -1,3 +1,7 @@ +1999-05-03 Drazen Kacar + + * glibtop_private.h: Ups, forgot to put prototypes in. + 1999-05-02 Drazen Kacar * open.c (glibtop_get_kstats): Yet another kstat_chain_update diff --git a/sysdeps/solaris/glibtop_private.h b/sysdeps/solaris/glibtop_private.h index 62e25f1e..ddfe9c27 100644 --- a/sysdeps/solaris/glibtop_private.h +++ b/sysdeps/solaris/glibtop_private.h @@ -40,6 +40,12 @@ int glibtop_get_proc_data_psinfo_s (glibtop *server, struct psinfo *psinfo, pid_ /* Read /proc//usage */ int glibtop_get_proc_data_usage_s (glibtop *server, struct prusage *prusage, pid_t pid); +/* Read /proc/cred */ +int glibtop_get_proc_credentials_s(glibtop *, struct prcred *, pid_t); + +/* Reread kstat chains */ +void glibtop_get_kstats(glibtop *); + END_LIBGTOP_DECLS #endif __GLIBTOP_PRIVATE_H__