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

Comparing projects/libstatgrab/src/libstatgrab/cpu_stats.c (file contents):
Revision 1.3 by tdb, Thu Feb 20 13:19:52 2003 UTC vs.
Revision 1.4 by tdb, Fri Feb 28 22:59:35 2003 UTC

# Line 25 | Line 25
25   #include <stdio.h>
26   #include <unistd.h>
27   #include <stdlib.h>
28 #include <sys/types.h>
28   #include <time.h>
29   #include <string.h>
30   #include "statgrab.h"
31   #ifdef SOLARIS
32   #include <kstat.h>
33   #include <sys/sysinfo.h>
35 #endif
36 #ifdef FREEBSD
37 #include <sys/sysctl.h>
38 #include <sys/dkstat.h>
34   #endif
35  
36   static cpu_states_t cpu_now;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines