Ups, forgot to put prototypes in.
* glibtop_private.h: Ups, forgot to put prototypes in.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
1999-05-03 Drazen Kacar <dave@srce.hr>
|
||||||
|
|
||||||
|
* glibtop_private.h: Ups, forgot to put prototypes in.
|
||||||
|
|
||||||
1999-05-02 Drazen Kacar <dave@srce.hr>
|
1999-05-02 Drazen Kacar <dave@srce.hr>
|
||||||
|
|
||||||
* open.c (glibtop_get_kstats): Yet another kstat_chain_update
|
* open.c (glibtop_get_kstats): Yet another kstat_chain_update
|
||||||
|
@@ -40,6 +40,12 @@ int glibtop_get_proc_data_psinfo_s (glibtop *server, struct psinfo *psinfo, pid_
|
|||||||
/* Read /proc/<pid>/usage */
|
/* Read /proc/<pid>/usage */
|
||||||
int glibtop_get_proc_data_usage_s (glibtop *server, struct prusage *prusage, pid_t pid);
|
int glibtop_get_proc_data_usage_s (glibtop *server, struct prusage *prusage, pid_t pid);
|
||||||
|
|
||||||
|
/* Read /proc<pid>/cred */
|
||||||
|
int glibtop_get_proc_credentials_s(glibtop *, struct prcred *, pid_t);
|
||||||
|
|
||||||
|
/* Reread kstat chains */
|
||||||
|
void glibtop_get_kstats(glibtop *);
|
||||||
|
|
||||||
END_LIBGTOP_DECLS
|
END_LIBGTOP_DECLS
|
||||||
|
|
||||||
#endif __GLIBTOP_PRIVATE_H__
|
#endif __GLIBTOP_PRIVATE_H__
|
||||||
|
Reference in New Issue
Block a user