--- projects/libstatgrab/docs/libstatgrab/sg_get_host_info.xml 2004/05/02 09:35:15 1.4 +++ projects/libstatgrab/docs/libstatgrab/sg_get_host_info.xml 2004/05/02 17:21:35 1.5 @@ -3,34 +3,34 @@ - + - $Date: 2004/05/02 09:35:15 $ - $Id: sg_get_host_info.xml,v 1.4 2004/05/02 09:35:15 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; @@ -127,10 +127,10 @@ typedef struct{ - + Website - +