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.2 by pajs, Tue Feb 18 23:23:36 2003 UTC vs.
Revision 1.4 by tdb, Fri Feb 28 22:59:35 2003 UTC

# Line 23 | Line 23
23   #endif
24  
25   #include <stdio.h>
26 #include <ukcprog.h>
26   #include <unistd.h>
27   #include <stdlib.h>
29 #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>
36 #endif
37 #ifdef FREEBSD
38 #include <sys/sysctl.h>
39 #include <sys/dkstat.h>
34   #endif
35  
36   static cpu_states_t cpu_now;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines