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.13 by tdb, Tue Apr 6 14:52:58 2004 UTC

# Line 1 | Line 1
1   /*
2 < * i-scream central monitoring system
2 > * i-scream libstatgrab
3   * http://www.i-scream.org
4   * Copyright (C) 2000-2004 i-scream
5   *
# 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