--- projects/libstatgrab/docs/sg_get_process_stats.xml 2004/05/02 09:35:15 1.4 +++ projects/libstatgrab/docs/sg_get_process_stats.xml 2004/05/02 17:21:35 1.5 @@ -3,52 +3,52 @@ - + - $Date: 2004/05/02 09:35:15 $ - $Id: sg_get_process_stats.xml,v 1.4 2004/05/02 09:35:15 tdb Exp $ + $Date: 2004/05/02 17:21:35 $ + $Id: sg_get_process_stats.xml,v 1.5 2004/05/02 17:21:35 tdb Exp $ - + - get_process_stats + sg_get_process_stats 3 i-scream - + - get_process_stats + sg_get_process_count get process statistics - + #include <statgrab.h> - process_stat_t *get_process_stats + sg_process_count *sg_get_process_count - + Description - get_process_stats returns a pointer to a - static buffer of type process_stat_t. + sg_get_process_count returns a pointer to a + static buffer of type sg_process_count. It provides information on the number of processes and the system and the different states they're in. - + Return Values The structure returned is of type - process_stat_t. + sg_process_count. @@ -58,7 +58,7 @@ typedef struct{ int sleeping; int stopped; int zombie; -}process_stat_t; +}sg_process_count; @@ -117,10 +117,10 @@ typedef struct{ - + Website - +