--- projects/libstatgrab/docs/sg_get_host_info.xml 2003/10/01 13:47:56 1.1 +++ projects/libstatgrab/docs/sg_get_host_info.xml 2004/05/02 17:21:35 1.5 @@ -3,34 +3,34 @@ - + - $Date: 2003/10/01 13:47:56 $ - $Id: sg_get_host_info.xml,v 1.1 2003/10/01 13:47:56 tdb Exp $ + $Date: 2004/05/02 17:21:35 $ + $Id: sg_get_host_info.xml,v 1.5 2004/05/02 17:21:35 tdb Exp $ - + - get_general_stats + sg_get_host_info 3 i-scream - + - get_general_stats + sg_get_host_info get general operating system statistics - + #include <statgrab.h> - general_stat_t *get_general_stats + sg_host_info *sg_get_host_info - + Description @@ -38,16 +38,16 @@ It returns a pointer to a static buffer of - general_stat_t. + sg_host_info. - + Return Values The structure returned is of type - general_stat_t. + sg_host_info. @@ -58,7 +58,7 @@ typedef struct{ char *platform; char *hostname; time_t uptime; -}general_stat_t; +}sg_host_info; @@ -117,15 +117,25 @@ typedef struct{ See Also - Nothing yet + + + + + statgrab + 3 + + + - + Website - + - http://www.i-scream.org + + http://www.i-scream.org/libstatgrab/ +