Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

cpu_info.h

Go to the documentation of this file.
00001 /* -*-C-*- */
00002 #ifndef CPU_INFO_H
00003 #define CPU_INFO_H
00004 
00015 typedef struct
00016 {
00017     unsigned long utime;        
00018     unsigned long ntime;        
00019     unsigned long stime;        
00020     unsigned long itime;        
00021     unsigned long btime;        
00022 } CpuInfo;
00023 
00024 int cpu_info_update(CpuInfo *ci);
00025 
00026 
00027 #endif
00028 
00029 
00030 
00031 

Generated on Fri Jan 20 10:12:18 2006 by  doxygen 1.4.2