From e1555fc3350c35dfafc4e9ad829e63586232ab63 Mon Sep 17 00:00:00 2001 From: Drazen Kacar Date: Sun, 2 May 1999 22:11:42 +0000 Subject: [PATCH] Ups, forgot to put prototypes in. * glibtop_private.h: Ups, forgot to put prototypes in. --- sysdeps/solaris/ChangeLog | 4 ++++ sysdeps/solaris/glibtop_private.h | 6 ++++++ 2 files changed, 10 insertions(+) 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__