ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/load_stats.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/load_stats.c (file contents):
Revision 1.11 by pajs, Tue Feb 10 14:44:18 2004 UTC vs.
Revision 1.12 by ats, Mon Apr 5 15:40:15 2004 UTC

# Line 36 | Line 36
36   #endif
37   #endif
38  
39 < load_stat_t *get_load_stats(){
39 > sg_load_stats *sg_get_load_stats(){
40  
41 <        static load_stat_t load_stat;
41 >        static sg_load_stats load_stat;
42  
43          double loadav[3];
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines